Commit 6f86ea96 by YunaiV

【代码优化】AI:接入更多 AI 大模型

parent 8d73d741
......@@ -11,12 +11,13 @@
* AI 平台的枚举
*/
export const AiPlatformEnum = {
OPENAI: 'OpenAI',
Ollama: 'Ollama',
TONG_YI: 'TongYi', // 阿里
YI_YAN: 'YiYan', // 百度
DEEP_SEEK: 'DeepSeek', // DeepSeek
ZHI_PU: 'ZhiPu', // 智谱 AI
XING_HUO: 'XingHuo', // 讯飞
QIAN_WEN: 'QianWen', // 阿里
GEMIR: 'gemir', // 谷歌
OPENAI: 'OpenAI',
Ollama: 'Ollama',
STABLE_DIFFUSION: 'StableDiffusion', // Stability AI
MIDJOURNEY: 'Midjourney', // Midjourney
SUNO: 'Suno' // Suno AI
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment