mirror of
https://github.com/songquanpeng/one-api.git
synced 2025-11-09 18:23:40 +08:00
chore: reorganize constant related package
This commit is contained in:
17
relay/apitype/define.go
Normal file
17
relay/apitype/define.go
Normal file
@@ -0,0 +1,17 @@
|
||||
package apitype
|
||||
|
||||
const (
|
||||
OpenAI = iota
|
||||
Anthropic
|
||||
PaLM
|
||||
Baidu
|
||||
Zhipu
|
||||
Ali
|
||||
Xunfei
|
||||
AIProxyLibrary
|
||||
Tencent
|
||||
Gemini
|
||||
Ollama
|
||||
|
||||
Dummy // this one is only for count, do not add any channel after this
|
||||
)
|
||||
Reference in New Issue
Block a user