feat: support Ollama (#168)

This commit is contained in:
Buer
2024-04-24 16:59:58 +08:00
committed by GitHub
parent b9c9035f2a
commit 763c8883da
14 changed files with 481 additions and 29 deletions

View File

@@ -28,5 +28,6 @@ func init() {
common.ChannelTypeCloudflareAI: "Cloudflare AI",
common.ChannelTypeCohere: "Cohere",
common.ChannelTypeStabilityAI: "Stability AI",
common.ChannelTypeOllama: "Ollama",
}
}