You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
API Usage Page: Added an "API Usage" entry to the main window. Each model card shows cumulative request count and total tokens, with a daily request trend area chart and an input/output token stacked bar chart. Supports 7-day / 30-day time range filtering, with hover tooltips showing date, request count, input tokens, output tokens and total tokens.
OpenAI model list refresh: Added the default endpoint for the "OpenAI ChatGPT Subscription" preset, fixing the model list not refreshing.
Endpoint/key mismatch warning: Shows a hint when using the official OpenAI endpoint (api.openai.com) with a key that does not start with sk-proj-.
Fixes
Clear log message when the model list endpoint is empty instead of failing silently.
Removed
Removed the non-English message send blocking feature (game-side injection could not reliably intercept Chinese sending).