This commit is contained in:
jimmy 2026-05-29 07:41:24 +08:00 committed by GitHub
commit 8e95697a98
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 147 additions and 0 deletions

View file

@ -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
""",
},
{