mirror of
https://github.com/katanemo/plano.git
synced 2026-07-02 15:51:02 +02:00
Merge e3911a2f43 into 554a3d1f6a
This commit is contained in:
commit
8e95697a98
9 changed files with 147 additions and 0 deletions
|
|
@ -293,6 +293,24 @@ model_providers:
|
|||
base_url: https://openrouter.ai/api/v1
|
||||
passthrough_auth: true
|
||||
|
||||
""",
|
||||
},
|
||||
{
|
||||
"id": "qianfan_is_supported_provider",
|
||||
"expected_error": None,
|
||||
"plano_config": """
|
||||
version: v0.4.0
|
||||
|
||||
listeners:
|
||||
- name: llm
|
||||
type: model
|
||||
port: 12000
|
||||
|
||||
model_providers:
|
||||
- model: qianfan/*
|
||||
base_url: https://qianfan.baidubce.com/v2
|
||||
passthrough_auth: true
|
||||
|
||||
""",
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue