Skip to content

Commit 5216d18

Browse files
committed
【功能新增】AI:增加 SiliconFlow 绘图功能
1 parent 1403ac0 commit 5216d18

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/views/ai/utils/constants.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ export const AiPlatformEnum = {
1616
DEEP_SEEK: 'DeepSeek', // DeepSeek
1717
ZHI_PU: 'ZhiPu', // 智谱 AI
1818
XING_HUO: 'XingHuo', // 讯飞
19+
SiliconFlow: 'SiliconFlow', // 硅基流动
1920
OPENAI: 'OpenAI',
2021
Ollama: 'Ollama',
2122
STABLE_DIFFUSION: 'StableDiffusion', // Stability AI
@@ -44,6 +45,10 @@ export const OtherPlatformEnum: ImageModelVO[] = [
4445
{
4546
key: AiPlatformEnum.ZHI_PU,
4647
name: '智谱 AI'
48+
},
49+
{
50+
key: AiPlatformEnum.SiliconFlow,
51+
name: '硅基流动'
4752
}
4853
]
4954

0 commit comments

Comments
 (0)