ai-gateway/relay/apitype/define.go
2024-04-26 23:05:48 +08:00

22 lines
237 B
Go

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