Skip to content

Commit

Permalink
💄 style: update spark check model to spark-lite & default disable use…
Browse files Browse the repository at this point in the history
…less model (lobehub#3885)

* Update spark.ts

* Update baichuan.ts

* Update minimax.ts
  • Loading branch information
LovelyGuYiMeng committed Sep 10, 2024
1 parent 4d641f5 commit 9d7e47c
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
2 changes: 0 additions & 2 deletions src/config/modelProviders/baichuan.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,13 @@ const Baichuan: ModelProviderCard = {
{
description: '采用搜索增强技术实现大模型与领域知识、全网知识的全面链接。支持PDF、Word等多种文档上传及网址输入,信息获取及时、全面,输出结果准确、专业。',
displayName: 'Baichuan 2 Turbo',
enabled: true,
id: 'Baichuan2-Turbo',
maxOutput: 8192,
tokens: 32_768,
},
{
description: '具备 192K 超长上下文窗口,采用搜索增强技术实现大模型与领域知识、全网知识的全面链接。支持PDF、Word等多种文档上传及网址输入,信息获取及时、全面,输出结果准确、专业。',
displayName: 'Baichuan 2 Turbo 192k',
enabled: true,
id: 'Baichuan2-Turbo-192k',
maxOutput: 2048,
tokens: 192_000,
Expand Down
2 changes: 0 additions & 2 deletions src/config/modelProviders/minimax.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,12 @@ const Minimax: ModelProviderCard = {
{
description: '生产力场景',
displayName: 'abab5.5',
enabled: true,
id: 'abab5.5-chat',
tokens: 16_384,
},
{
description: '中文人设对话场景',
displayName: 'abab5.5s',
enabled: true,
id: 'abab5.5s-chat',
tokens: 8192,
},
Expand Down
2 changes: 1 addition & 1 deletion src/config/modelProviders/spark.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ const Spark: ModelProviderCard = {
tokens: 8192,
},
],
checkModel: 'generalv3',
checkModel: 'general',
id: 'spark',
modelList: { showModelFetcher: true },
name: 'Spark',
Expand Down

0 comments on commit 9d7e47c

Please sign in to comment.