mirror of
https://github.com/katanemo/plano.git
synced 2026-06-17 15:25:17 +02:00
fixed base_url for qwen
This commit is contained in:
parent
aae099e8f9
commit
7efd90ac60
1 changed files with 2 additions and 2 deletions
|
|
@ -535,12 +535,12 @@ Azure OpenAI
|
|||
# Single deployment
|
||||
- model: qwen/qwen3
|
||||
access_key: $DASHSCOPE_API_KEY
|
||||
base_url: https://dashscope.aliyuncs.com/compatible-mode
|
||||
base_url: https://dashscope.aliyuncs.com
|
||||
|
||||
# Multiple deployments
|
||||
- model: qwen/qwen3-coder
|
||||
access_key: $DASHSCOPE_API_KEY
|
||||
base_url: "https://dashscope-intl.aliyuncs.com/compatible-mode",
|
||||
base_url: "https://dashscope-intl.aliyuncs.com",
|
||||
|
||||
|
||||
Ollama
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue