We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45e5296 commit 116e162Copy full SHA for 116e162
src/config/modelProviders/cohere.ts
@@ -3,7 +3,7 @@ import { ModelProviderCard } from '@/types/llm';
3
const Cohere: ModelProviderCard = {
4
chatModels: [],
5
checkModel: 'command-r7b-12-2024',
6
- description: 'Cohere',
+ description: 'Cohere 为您带来最前沿的多语言模型、先进的检索功能以及为现代企业量身定制的 AI 工作空间 — 一切都集成在一个安全的平台中。',
7
id: 'cohere',
8
modelsUrl: 'https://docs.cohere.com/v2/docs/models',
9
name: 'Cohere',
0 commit comments