feat: show chatgpt web image quota

This commit is contained in:
Codex
2026-05-06 22:58:47 +08:00
parent 7eaf3e7d03
commit 41f75a3f19
21 changed files with 1801 additions and 16 deletions

View File

@@ -19,6 +19,7 @@ class ProviderType(str, Enum):
CLAUDE_CODE = "claude_code"
KIRO = "kiro"
CODEX = "codex"
CHATGPT_WEB = "chatgpt_web"
GEMINI_CLI = "gemini_cli"
ANTIGRAVITY = "antigravity"
VERTEX_AI = "vertex_ai"