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:
@@ -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