Skip to content

v5.4.0

Compare
Choose a tag to compare
@trueai-org trueai-org released this 23 Aug 08:07
· 191 commits to main since this release
  • 支持自动切换到慢速模式(快速时长消耗完时)、支持自动切快速模式(当有快速时长时)。
  • 优化 GUI 操作与用户体验
  • 提升稳定性。

Banned prompt 限流配置

  • 当日触发触发 Banned prompt detected n 次后,封锁用户的时长(分钟)配置(白名单用户除外)。
{
  "enable": true,
  "rules": {
    "1": 60,
    "2": 120,
    "3": 600
  }
}