ai-gateway/relay/apitype/define.go
Ghostz 24f026d18e
feat: add cohere support (#1355)
* support cohere

* chore: tiny improvements

---------

Co-authored-by: JustSong <songquanpeng@foxmail.com>
2024-04-24 21:50:01 +08:00

21 lines
225 B
Go

package apitype
const (
OpenAI = iota
Anthropic
PaLM
Baidu
Zhipu
Ali
Xunfei
AIProxyLibrary
Tencent
Gemini
Ollama
AwsClaude
Coze
Cohere
Dummy // this one is only for count, do not add any channel after this
)