one-api/relay/apitype/define.go
2024-04-18 02:52:26 +00:00

19 lines
211 B
Go

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