fix(providers): remove url_suffix from qwen (cloud provider, fixed endpoint)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Sonnet 4.6
parent
fd6313acd9
commit
cfebc3cb1f
@@ -93,7 +93,6 @@ PROVIDERS: list[Provider] = [
|
|||||||
default_model="openai/qwen-plus",
|
default_model="openai/qwen-plus",
|
||||||
litellm_prefix="openai/",
|
litellm_prefix="openai/",
|
||||||
base_url="https://dashscope.aliyuncs.com/compatible-mode/v1",
|
base_url="https://dashscope.aliyuncs.com/compatible-mode/v1",
|
||||||
url_suffix="/v1",
|
|
||||||
key_env_var="DASHSCOPE_API_KEY",
|
key_env_var="DASHSCOPE_API_KEY",
|
||||||
group="Cloud",
|
group="Cloud",
|
||||||
),
|
),
|
||||||
|
|||||||
Reference in New Issue
Block a user