feat: enhance GLM quota handling and add new quota labels for Z.AI

This commit is contained in:
Jan Leon
2026-05-06 23:02:08 +00:00
parent 5c67df5508
commit aace2fcbd0
4 changed files with 76 additions and 24 deletions

View File

@@ -22,6 +22,9 @@ const QUOTA_LABEL_MAP: Record<string, string> = {
agentic_request_freetrial: "Agentic (Trial)",
credits: "AI Credits",
models: "Models",
"5 Hours Quota": "5 Hours",
"Weekly Quota": "Weekly",
"Monthly Tools": "Monthly Tools",
tokens: "Tokens",
time_limit: "Time Limit",
};