mirror of
https://github.com/router-for-me/CLIProxyAPI.git
synced 2026-02-03 04:50:52 +08: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"
|
|
)
|