mirror of
https://github.com/katanemo/plano.git
synced 2026-04-25 16:56:24 +02:00
feat: add OpenRouter as a first-class LLM provider (fixes #612)
This commit is contained in:
parent
128059e7c1
commit
f4571702e2
4 changed files with 13 additions and 2 deletions
|
|
@ -14,6 +14,7 @@ SUPPORTED_PROVIDERS_WITH_BASE_URL = [
|
|||
"qwen",
|
||||
"amazon_bedrock",
|
||||
"plano",
|
||||
"openrouter",
|
||||
]
|
||||
|
||||
SUPPORTED_PROVIDERS_WITHOUT_BASE_URL = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue