fix(config): update Venice API base URL to correct endpoint
This commit is contained in:
parent
c1bf1642cf
commit
5a14594fe5
1 changed files with 1 additions and 1 deletions
|
|
@ -189,7 +189,7 @@ func DefaultConfig() *Config {
|
||||||
{
|
{
|
||||||
ModelName: "venice-uncensored",
|
ModelName: "venice-uncensored",
|
||||||
Model: "venice/venice-uncensored",
|
Model: "venice/venice-uncensored",
|
||||||
APIBase: "https://api.venice.ai/v1",
|
APIBase: "https://api.venice.ai/api/v1",
|
||||||
},
|
},
|
||||||
|
|
||||||
// Google Gemini - https://ai.google.dev/
|
// Google Gemini - https://ai.google.dev/
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue