feat: Support Cohere

This commit is contained in:
Martial BE
2024-04-18 01:39:18 +08:00
parent 7e206c1e7e
commit 95854f5912
9 changed files with 400 additions and 0 deletions

View File

@@ -26,5 +26,6 @@ func init() {
common.ChannelTypeLingyi: "Lingyiwanwu",
common.ChannelTypeMidjourney: "Midjourney",
common.ChannelTypeCloudflareAI: "Cloudflare AI",
common.ChannelTypeCohere: "Cohere",
}
}