Skip to content

v6.2.0

Choose a tag to compare

@YuanX1a0 YuanX1a0 released this 19 Aug 17:36
· 4 commits to master since this release

v6.2.0 更新

新增

  • API 用量页面:主窗口新增「API 用量」入口,按模型卡片展示累计请求次数与累计 Token。卡片内含每日请求趋势面积图与输入/输出 Token 堆叠柱状图,支持最近 7 天 / 30 天时间范围筛选,鼠标悬浮可查看当天详细数据(日期、请求次数、输入 Token、输出 Token、总 Token)
  • OpenAI 模型列表刷新:为「OpenAI ChatGPT Subscription」预设补充默认端点,修复模型列表无法刷新的问题
  • 端点与 Key 不匹配提示:使用 OpenAI 官方端点(api.openai.com)但 Key 非 sk-proj- 开头时给出提示

修复

  • 模型列表端点为空时输出明确日志,不再静默失败

移除

  • 移除非英文消息发送拦截功能(游戏端注入方案无法稳定拦截中文发送)

v6.2.0 Release Notes

What's New

  • 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).