refactor: 统一 together.ai 为 together 并注释相关配置

将 together.ai 的引用统一改为 together,同时注释掉相关的模型配置
This commit is contained in:
Wenjie Zhang 2025-12-17 22:23:37 +08:00
parent 061347704c
commit 425c5b127c
2 changed files with 9 additions and 9 deletions

View File

@ -83,14 +83,14 @@ DEFAULT_CHAT_MODEL_PROVIDERS: dict[str, ChatModelProvider] = {
"zai-org/GLM-4.6",
],
),
"together.ai": ChatModelProvider(
name="Together.ai",
url="https://api.together.ai/models",
base_url="https://api.together.xyz/v1/",
default="meta-llama/Llama-3.3-70B-Instruct-Turbo-Free",
env="TOGETHER_API_KEY",
models=["meta-llama/Llama-3.3-70B-Instruct-Turbo-Free"],
),
# "together": ChatModelProvider(
# name="Together",
# url="https://api.together.ai/models",
# base_url="https://api.together.xyz/v1/",
# default="meta-llama/Llama-3.3-70B-Instruct-Turbo-Free",
# env="TOGETHER_API_KEY",
# models=["meta-llama/Llama-3.3-70B-Instruct-Turbo-Free"],
# ),
"dashscope": ChatModelProvider(
name="阿里百炼 (DashScope)",
url="https://bailian.console.aliyun.com/?switchAgent=10226727&productCode=p_efm#/model-market",

View File

@ -17,7 +17,7 @@ export const modelIcons = {
zhipu: zhipuIcon,
siliconflow: siliconflowIcon,
ark: arkIcon,
'together.ai': togetherIcon,
together: togetherIcon,
openrouter: openrouterIcon,
modelscope: modelscopeIcon,
default: defaultIcon // 添加默认图标