mirror of
https://github.com/router-for-me/CLIProxyAPIPlus.git
synced 2026-04-12 09:14:15 +00:00
12 lines
240 B
Go
12 lines
240 B
Go
package constant
|
|
|
|
const (
|
|
GEMINI = "gemini"
|
|
GEMINICLI = "gemini-cli"
|
|
GEMINIWEB = "gemini-web"
|
|
CODEX = "codex"
|
|
CLAUDE = "claude"
|
|
OPENAI = "openai"
|
|
OPENAI_RESPONSE = "openai-response"
|
|
)
|