Skip to content

Commit 6f86ea9

Browse files
committed
【代码优化】AI:接入更多 AI 大模型
1 parent 8d73d74 commit 6f86ea9

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

src/views/ai/utils/constants.ts

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,13 @@
1111
* AI 平台的枚举
1212
*/
1313
export const AiPlatformEnum = {
14-
OPENAI: 'OpenAI',
15-
Ollama: 'Ollama',
14+
TONG_YI: 'TongYi', // 阿里
1615
YI_YAN: 'YiYan', // 百度
16+
DEEP_SEEK: 'DeepSeek', // DeepSeek
17+
ZHI_PU: 'ZhiPu', // 智谱 AI
1718
XING_HUO: 'XingHuo', // 讯飞
18-
QIAN_WEN: 'QianWen', // 阿里
19-
GEMIR: 'gemir', // 谷歌
19+
OPENAI: 'OpenAI',
20+
Ollama: 'Ollama',
2021
STABLE_DIFFUSION: 'StableDiffusion', // Stability AI
2122
MIDJOURNEY: 'Midjourney', // Midjourney
2223
SUNO: 'Suno' // Suno AI

0 commit comments

Comments
 (0)