mirror of
https://gitee.com/myxzgzs/boyue-ui-admin-vue3
synced 2025-08-08 16:32:43 +08:00
【功能新增】AI:增加 SiliconFlow 绘图功能
This commit is contained in:
parent
1403ac0763
commit
5216d184a9
@ -16,6 +16,7 @@ export const AiPlatformEnum = {
|
|||||||
DEEP_SEEK: 'DeepSeek', // DeepSeek
|
DEEP_SEEK: 'DeepSeek', // DeepSeek
|
||||||
ZHI_PU: 'ZhiPu', // 智谱 AI
|
ZHI_PU: 'ZhiPu', // 智谱 AI
|
||||||
XING_HUO: 'XingHuo', // 讯飞
|
XING_HUO: 'XingHuo', // 讯飞
|
||||||
|
SiliconFlow: 'SiliconFlow', // 硅基流动
|
||||||
OPENAI: 'OpenAI',
|
OPENAI: 'OpenAI',
|
||||||
Ollama: 'Ollama',
|
Ollama: 'Ollama',
|
||||||
STABLE_DIFFUSION: 'StableDiffusion', // Stability AI
|
STABLE_DIFFUSION: 'StableDiffusion', // Stability AI
|
||||||
@ -44,6 +45,10 @@ export const OtherPlatformEnum: ImageModelVO[] = [
|
|||||||
{
|
{
|
||||||
key: AiPlatformEnum.ZHI_PU,
|
key: AiPlatformEnum.ZHI_PU,
|
||||||
name: '智谱 AI'
|
name: '智谱 AI'
|
||||||
|
},
|
||||||
|
{
|
||||||
|
key: AiPlatformEnum.SiliconFlow,
|
||||||
|
name: '硅基流动'
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user