Skip to content

Commit

Permalink
💄styles: update siliconflow models info (function_call) (#4329)
Browse files Browse the repository at this point in the history
  • Loading branch information
hezhijie0327 authored Oct 12, 2024
1 parent 1edd6f6 commit f2ee630
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/config/modelProviders/siliconcloud.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ const SiliconCloud: ModelProviderCard = {
description: 'DeepSeek V2.5 集合了先前版本的优秀特征,增强了通用和编码能力。',
displayName: 'DeepSeek V2.5',
enabled: true,
functionCall: true,
id: 'deepseek-ai/DeepSeek-V2.5',
pricing: {
currency: 'CNY',
Expand All @@ -19,6 +20,7 @@ const SiliconCloud: ModelProviderCard = {
description: 'Qwen2.5 是全新的大型语言模型系列,旨在优化指令式任务的处理。',
displayName: 'Qwen2.5 7B',
enabled: true,
functionCall: true,
id: 'Qwen/Qwen2.5-7B-Instruct',
pricing: {
currency: 'CNY',
Expand All @@ -30,6 +32,7 @@ const SiliconCloud: ModelProviderCard = {
{
description: 'Qwen2.5 是全新的大型语言模型系列,旨在优化指令式任务的处理。',
displayName: 'Qwen2.5 14B',
functionCall: true,
id: 'Qwen/Qwen2.5-14B-Instruct',
pricing: {
currency: 'CNY',
Expand All @@ -41,6 +44,7 @@ const SiliconCloud: ModelProviderCard = {
{
description: 'Qwen2.5 是全新的大型语言模型系列,旨在优化指令式任务的处理。',
displayName: 'Qwen2.5 32B',
functionCall: true,
id: 'Qwen/Qwen2.5-32B-Instruct',
pricing: {
currency: 'CNY',
Expand All @@ -53,6 +57,7 @@ const SiliconCloud: ModelProviderCard = {
description: 'Qwen2.5 是全新的大型语言模型系列,具有更强的理解和生成能力。',
displayName: 'Qwen2.5 72B',
enabled: true,
functionCall: true,
id: 'Qwen/Qwen2.5-72B-Instruct',
pricing: {
currency: 'CNY',
Expand Down Expand Up @@ -88,6 +93,7 @@ const SiliconCloud: ModelProviderCard = {
{
description: 'InternLM2.5 提供多场景下的智能对话解决方案。',
displayName: 'Internlm 2.5 7B',
functionCall: true,
id: 'internlm/internlm2_5-7b-chat',
pricing: {
currency: 'CNY',
Expand All @@ -99,6 +105,7 @@ const SiliconCloud: ModelProviderCard = {
{
description: '创新的开源模型InternLM2.5,通过大规模的参数提高了对话智能。',
displayName: 'Internlm 2.5 20B',
functionCall: true,
id: 'internlm/internlm2_5-20b-chat',
pricing: {
currency: 'CNY',
Expand All @@ -110,6 +117,7 @@ const SiliconCloud: ModelProviderCard = {
{
description: 'GLM-4 9B 开放源码版本,为会话应用提供优化后的对话体验。',
displayName: 'GLM-4 9B',
functionCall: true,
id: 'THUDM/glm-4-9b-chat',
pricing: {
currency: 'CNY',
Expand Down

0 comments on commit f2ee630

Please sign in to comment.