feat: fix endpoint
This commit is contained in:
parent
c68a03e6b7
commit
d575162655
1 changed files with 3 additions and 3 deletions
|
|
@ -45,7 +45,7 @@ model_list:
|
|||
- model_name: glm-4.7
|
||||
litellm_params:
|
||||
model: openai/THUDM/GLM-4-32B-0414
|
||||
api_base: https://api.siliconflow.cn/v1
|
||||
api_base: https://api.siliconflow.com/v1
|
||||
api_key: os.environ/SILICONFLOW_API_KEY
|
||||
|
||||
- model_name: qwen3-coder
|
||||
|
|
@ -56,13 +56,13 @@ model_list:
|
|||
- model_name: qwen3-coder-480b-sf
|
||||
litellm_params:
|
||||
model: openai/Qwen/Qwen3-Coder-480B-A35B-Instruct
|
||||
api_base: https://api.siliconflow.cn/v1
|
||||
api_base: https://api.siliconflow.com/v1
|
||||
api_key: os.environ/SILICONFLOW_API_KEY
|
||||
|
||||
- model_name: qwen3-coder-30b-sf
|
||||
litellm_params:
|
||||
model: openai/Qwen/Qwen3-Coder-30B-A3B-Instruct
|
||||
api_base: https://api.siliconflow.cn/v1
|
||||
api_base: https://api.siliconflow.com/v1
|
||||
api_key: os.environ/SILICONFLOW_API_KEY
|
||||
|
||||
# --- DeepInfra models ---
|
||||
|
|
|
|||
Loading…
Reference in a new issue