Skip to content

Commit

Permalink
Update upstage.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
LovelyGuYiMeng authored Sep 18, 2024
1 parent 58b1796 commit 39e2f33
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions src/config/modelProviders/upstage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,6 @@ import { ModelProviderCard } from '@/types/llm';
// ref :https://developers.upstage.ai/docs/getting-started/models
const Upstage: ModelProviderCard = {
chatModels: [
{
description:
'Solar Pro 是 Upstage 推出的一款高智能LLM,专注于单GPU的指令跟随能力,IFEval得分80以上。目前支持英语,正式版本计划于2024年11月推出,将扩展语言支持和上下文长度。',
displayName: 'Solar Pro',
enabled: true,
functionCall: false,
id: 'solar-pro',
tokens: 4096,
},
{
description:
'Solar Mini 是一种紧凑型 LLM,性能优于 GPT-3.5,具备强大的多语言能力,支持英语和韩语,提供高效小巧的解决方案。',
Expand All @@ -29,6 +20,15 @@ const Upstage: ModelProviderCard = {
id: 'solar-1-mini-chat-ja',
tokens: 32_768,
},
{
description:
'Solar Pro 是 Upstage 推出的一款高智能LLM,专注于单GPU的指令跟随能力,IFEval得分80以上。目前支持英语,正式版本计划于2024年11月推出,将扩展语言支持和上下文长度。',
displayName: 'Solar Pro',
enabled: true,
functionCall: false,
id: 'solar-pro',
tokens: 4096,
},
],
checkModel: 'solar-1-mini-chat',
description:
Expand Down

0 comments on commit 39e2f33

Please sign in to comment.