mirror of
https://github.com/katanemo/plano.git
synced 2026-07-14 16:22:12 +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
|
# Single deployment
|
||||||
- model: qwen/qwen3
|
- model: qwen/qwen3
|
||||||
access_key: $DASHSCOPE_API_KEY
|
access_key: $DASHSCOPE_API_KEY
|
||||||
base_url: https://dashscope.aliyuncs.com/compatible-mode
|
base_url: https://dashscope.aliyuncs.com
|
||||||
|
|
||||||
# Multiple deployments
|
# Multiple deployments
|
||||||
- model: qwen/qwen3-coder
|
- model: qwen/qwen3-coder
|
||||||
access_key: $DASHSCOPE_API_KEY
|
access_key: $DASHSCOPE_API_KEY
|
||||||
base_url: "https://dashscope-intl.aliyuncs.com/compatible-mode",
|
base_url: "https://dashscope-intl.aliyuncs.com",
|
||||||
|
|
||||||
|
|
||||||
Ollama
|
Ollama
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue