mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-04-25 16:36:22 +02:00
fix google base url
This commit is contained in:
parent
ba90cc28ce
commit
a796a44421
1 changed files with 1 additions and 1 deletions
|
|
@ -227,7 +227,7 @@ export async function modelConfig() {
|
|||
const defaultBaseUrls: Record<(typeof flavors)[number], string> = {
|
||||
openai: "https://api.openai.com/v1",
|
||||
anthropic: "https://api.anthropic.com/v1",
|
||||
google: "https://generativelanguage.googleapis.com",
|
||||
google: "https://generativelanguage.googleapis.com/v1beta",
|
||||
ollama: "http://localhost:11434",
|
||||
"openai-compatible": "http://localhost:8080/v1",
|
||||
openrouter: "https://openrouter.ai/api/v1",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue