Skip to content

Commit

Permalink
💄 style: remove SenseChat-Vision model, due to model limitation (lobe…
Browse files Browse the repository at this point in the history
…hub#4493)

* ♻️ refactor: SenseNova, remove message convert

* 💄 style: remove `SenseChat-Vision` model, due to model limitation
  • Loading branch information
hezhijie0327 authored Oct 28, 2024
1 parent e6f2533 commit 2aea033
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/config/modelProviders/sensenova.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ const SenseNova: ModelProviderCard = {
},
tokens: 131_072,
},
/*
// Not compatible with local mode (Not support Base64 Image)
{
description: '最新版本模型 (V5.5),16K上下文长度,支持多图的输入,全面实现模型基础能力优化,在对象属性识别、空间关系、动作事件识别、场景理解、情感识别、逻辑常识推理和文本理解生成上都实现了较大提升。',
displayName: 'SenseChat 5.5 Vision',
Expand All @@ -30,6 +32,7 @@ const SenseNova: ModelProviderCard = {
tokens: 16_384,
vision: true,
},
*/
{
description: '适用于快速问答、模型微调场景',
displayName: 'SenseChat 5.0 Turbo',
Expand Down

0 comments on commit 2aea033

Please sign in to comment.