feat: add Stability AI

This commit is contained in:
Martial BE
2024-04-18 18:53:49 +08:00
parent b20659dfcc
commit 303fe3360b
10 changed files with 216 additions and 0 deletions

View File

@@ -153,6 +153,13 @@ export const CHANNEL_OPTIONS = {
color: 'default',
url: ''
},
37: {
key: 37,
text: 'Stability AI',
value: 37,
color: 'default',
url: ''
},
24: {
key: 24,
text: 'Azure Speech',

View File

@@ -291,6 +291,15 @@ const typeConfig = {
test_model: 'command-r'
},
modelGroup: 'Cohere'
},
37: {
input: {
models: ['sd3', 'sd3-turbo', 'stable-image-core']
},
prompt: {
test_model: ''
},
modelGroup: 'Stability AI'
}
};