File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed
Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -83,14 +83,14 @@ class RerankerInfo(BaseModel):
8383 "zai-org/GLM-4.6" ,
8484 ],
8585 ),
86- "together.ai " : ChatModelProvider (
87- name = "Together.ai " ,
88- url = "https://api.together.ai/models" ,
89- base_url = "https://api.together.xyz/v1/" ,
90- default = "meta-llama/Llama-3.3-70B-Instruct-Turbo-Free" ,
91- env = "TOGETHER_API_KEY" ,
92- models = ["meta-llama/Llama-3.3-70B-Instruct-Turbo-Free" ],
93- ),
86+ # "together": ChatModelProvider(
87+ # name="Together",
88+ # url="https://api.together.ai/models",
89+ # base_url="https://api.together.xyz/v1/",
90+ # default="meta-llama/Llama-3.3-70B-Instruct-Turbo-Free",
91+ # env="TOGETHER_API_KEY",
92+ # models=["meta-llama/Llama-3.3-70B-Instruct-Turbo-Free"],
93+ # ),
9494 "dashscope" : ChatModelProvider (
9595 name = "阿里百炼 (DashScope)" ,
9696 url = "https://bailian.console.aliyun.com/?switchAgent=10226727&productCode=p_efm#/model-market" ,
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ export const modelIcons = {
1717 zhipu : zhipuIcon ,
1818 siliconflow : siliconflowIcon ,
1919 ark : arkIcon ,
20- ' together.ai' : togetherIcon ,
20+ together : togetherIcon ,
2121 openrouter : openrouterIcon ,
2222 modelscope : modelscopeIcon ,
2323 default : defaultIcon // 添加默认图标
You can’t perform that action at this time.
0 commit comments