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

@@ -27,5 +27,6 @@ func init() {
common.ChannelTypeMidjourney: "Midjourney",
common.ChannelTypeCloudflareAI: "Cloudflare AI",
common.ChannelTypeCohere: "Cohere",
common.ChannelTypeStabilityAI: "Stability AI",
}
}