refactor: 统一 together.ai 为 together 并注释相关配置
将 together.ai 的引用统一改为 together,同时注释掉相关的模型配置
This commit is contained in:
parent
061347704c
commit
425c5b127c
@ -83,14 +83,14 @@ DEFAULT_CHAT_MODEL_PROVIDERS: dict[str, ChatModelProvider] = {
|
|||||||
"zai-org/GLM-4.6",
|
"zai-org/GLM-4.6",
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
"together.ai": ChatModelProvider(
|
# "together": ChatModelProvider(
|
||||||
name="Together.ai",
|
# name="Together",
|
||||||
url="https://api.together.ai/models",
|
# url="https://api.together.ai/models",
|
||||||
base_url="https://api.together.xyz/v1/",
|
# base_url="https://api.together.xyz/v1/",
|
||||||
default="meta-llama/Llama-3.3-70B-Instruct-Turbo-Free",
|
# default="meta-llama/Llama-3.3-70B-Instruct-Turbo-Free",
|
||||||
env="TOGETHER_API_KEY",
|
# env="TOGETHER_API_KEY",
|
||||||
models=["meta-llama/Llama-3.3-70B-Instruct-Turbo-Free"],
|
# models=["meta-llama/Llama-3.3-70B-Instruct-Turbo-Free"],
|
||||||
),
|
# ),
|
||||||
"dashscope": ChatModelProvider(
|
"dashscope": ChatModelProvider(
|
||||||
name="阿里百炼 (DashScope)",
|
name="阿里百炼 (DashScope)",
|
||||||
url="https://bailian.console.aliyun.com/?switchAgent=10226727&productCode=p_efm#/model-market",
|
url="https://bailian.console.aliyun.com/?switchAgent=10226727&productCode=p_efm#/model-market",
|
||||||
|
|||||||
@ -17,7 +17,7 @@ export const modelIcons = {
|
|||||||
zhipu: zhipuIcon,
|
zhipu: zhipuIcon,
|
||||||
siliconflow: siliconflowIcon,
|
siliconflow: siliconflowIcon,
|
||||||
ark: arkIcon,
|
ark: arkIcon,
|
||||||
'together.ai': togetherIcon,
|
together: togetherIcon,
|
||||||
openrouter: openrouterIcon,
|
openrouter: openrouterIcon,
|
||||||
modelscope: modelscopeIcon,
|
modelscope: modelscopeIcon,
|
||||||
default: defaultIcon // 添加默认图标
|
default: defaultIcon // 添加默认图标
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user