We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b10b47 commit 9d2dc98Copy full SHA for 9d2dc98
1 file changed
packages/plugins/robot/src/js/robotSetting.ts
@@ -15,7 +15,8 @@ import { getMetaApi, META_SERVICE } from '@opentiny/tiny-engine-meta-register'
15
16
export const AIModelOptions = [
17
{ label: 'ChatGPT:gpt-3.5-turbo', value: 'gpt-3.5-turbo', manufacturer: 'openai' },
18
- { label: '文心一言:ERNIE-4.0-8K', value: 'ERNIE-4.0-8K', manufacturer: 'baiduai' }
+ { label: '文心一言:ERNIE-4.0-8K', value: 'ERNIE-4.0-8K', manufacturer: 'baiduai' },
19
+ { label: 'DeepSeek:DeepSeek-V3', value: 'deepseek-chat', manufacturer: 'deepseek' }
20
]
21
22
// 这里存放的是aichat的响应式数据
0 commit comments