one-api/relay/apitype/define.go
2024-04-23 12:44:17 +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
)