Skip to content

Commit

Permalink
fix: Remove redundant AI models
Browse files Browse the repository at this point in the history
  • Loading branch information
Fleurxxx committed Aug 17, 2024
1 parent 8e9e965 commit a754872
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions packages/plugins/robot/src/js/robotSetting.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,9 @@ import { useHttp } from '@opentiny/tiny-engine-http'
const { getBlockList } = useBlock()

export const AIModelOptions = [
{ label: 'ChatGPT:gpt-3.5-turbo', value: 'gpt-3.5-turbo', manufacturer: 'openai', localKey: '' },
{ label: '文心一言:ERNIE-Bot-turbo', value: 'ERNIE-Bot-turbo', manufacturer: 'baiduai', localKey: 'ACCESS_TOKEN' },
// 暂时不能使用,预留模型信息
// { label: 'ChatGPT:gpt-3.5-turbo', value: 'gpt-3.5-turbo', manufacturer: 'openai', localKey: '' },
// { label: '文心一言:ERNIE-Bot-turbo', value: 'ERNIE-Bot-turbo', manufacturer: 'baiduai', localKey: 'ACCESS_TOKEN' },
{ label: 'Kimi:moonshot-v1-8k', value: 'moonshot-v1-8k', manufacturer: 'kimi', localKey: 'MOONSHOT_API_KEY' }
]

Expand Down

0 comments on commit a754872

Please sign in to comment.