This commit is contained in:
layla 2026-03-01 20:21:34 +08:00 committed by GitHub
commit f86194c77d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -260,7 +260,7 @@ def select_llm_provider() -> tuple[str, str]:
("Google", "https://generativelanguage.googleapis.com/v1"),
("Anthropic", "https://api.anthropic.com/"),
("xAI", "https://api.x.ai/v1"),
("Openrouter", "https://openrouter.ai/api/v1"),
("OpenRouter", "https://openrouter.ai/api/v1"),
("Ollama", "http://localhost:11434/v1"),
]