mirror of
https://github.com/router-for-me/CLIProxyAPIPlus.git
synced 2026-03-09 15:25:17 +00:00
10 lines
141 B
Go
10 lines
141 B
Go
package constant
|
|
|
|
const (
|
|
GEMINI = "gemini"
|
|
GEMINICLI = "gemini-cli"
|
|
CODEX = "codex"
|
|
CLAUDE = "claude"
|
|
OPENAI = "openai"
|
|
)
|