mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2025-12-28 21:42:27 +08:00
feat(image): add Qwen-Image models in the Siliconflow (#10268)
* feat: 添加 Qwen 图像模型到 TEXT_TO_IMAGES_MODELS * Remove Qwen-Image-Edit
This commit is contained in:
parent
acf2f4758f
commit
4f8507036a
@ -47,6 +47,12 @@ export const TEXT_TO_IMAGES_MODELS = [
|
||||
provider: 'silicon',
|
||||
name: 'Kolors',
|
||||
group: 'Kwai-Kolors'
|
||||
},
|
||||
{
|
||||
id: 'Qwen/Qwen-Image',
|
||||
provider: 'silicon',
|
||||
name: 'Qwen-Image',
|
||||
group: 'qwen'
|
||||
}
|
||||
]
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user