Skip to content

AI Proxy Manager v2.5.2

Choose a tag to compare

@lhhkuki lhhkuki released this 28 May 03:13
· 4 commits to master since this release

更新内容

  • 重做项目介绍页,突出 Codex 本地模型与账号控制台定位。
  • 更新版本到 2.5.2,并同步安装包文件名说明。
  • 延续 2.5.x 的 Codex 配置切换、纯 API 启动器、插件增强、多账号管理和额度查看能力。
  • 包含本地安全加固:管理接口写操作校验、本地代理 bearer token、模型 Base URL SSRF 防护、配置接口不暴露明文 API Key。
  • 修复 Responses 协议兼容问题:字符串 input、Anthropic system/tool_choice 映射、OpenAI 流式完成事件重复等。

安装

下载 AI Proxy Manager Setup 2.5.2.exe 并双击安装。安装包已包含后端程序,不需要额外安装 Python。

验证

  • python -m compileall -f proxy api_server.py proxy_manager.py
  • npm run lint
  • npm run build
  • python -m PyInstaller proxy-backend.spec --noconfirm --clean
  • npm run electron:build:win