From 5216d184a9b9b9aadf2d86fec6021099fe12a243 Mon Sep 17 00:00:00 2001
From: YunaiV
Date: Sun, 23 Mar 2025 11:22:00 +0800
Subject: [PATCH 3/3] =?UTF-8?q?=E3=80=90=E5=8A=9F=E8=83=BD=E6=96=B0?=
=?UTF-8?q?=E5=A2=9E=E3=80=91AI=EF=BC=9A=E5=A2=9E=E5=8A=A0=20SiliconFlow?=
=?UTF-8?q?=20=E7=BB=98=E5=9B=BE=E5=8A=9F=E8=83=BD?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/ai/utils/constants.ts | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/src/views/ai/utils/constants.ts b/src/views/ai/utils/constants.ts
index ee2b4b22..6f4e8398 100644
--- a/src/views/ai/utils/constants.ts
+++ b/src/views/ai/utils/constants.ts
@@ -16,6 +16,7 @@ export const AiPlatformEnum = {
DEEP_SEEK: 'DeepSeek', // DeepSeek
ZHI_PU: 'ZhiPu', // 智谱 AI
XING_HUO: 'XingHuo', // 讯飞
+ SiliconFlow: 'SiliconFlow', // 硅基流动
OPENAI: 'OpenAI',
Ollama: 'Ollama',
STABLE_DIFFUSION: 'StableDiffusion', // Stability AI
@@ -44,6 +45,10 @@ export const OtherPlatformEnum: ImageModelVO[] = [
{
key: AiPlatformEnum.ZHI_PU,
name: '智谱 AI'
+ },
+ {
+ key: AiPlatformEnum.SiliconFlow,
+ name: '硅基流动'
}
]