v0.9.1 Support configuring third-party OpenAI API Key 🔥🔥
v0.9.1 版本主要带来两个更新。支持账号密码登录;兼容配置其他第三方 OpenAI API Key,例如:nextweb,API2D
修复
- 修复部署项目时配置自定义的 API Key 后鉴权逻辑有误的问题
- 修复部分情况下回复出现乱码的问题
- 修复 #8
- 修复邮件登录页面背景图片显示不正确的问题
- 修复新建角色时,prompt 和欢迎语字数限制的问题
新增
- 支持账号密码登录
- API Key 配置页面新增返回首页按钮
- 登录界面新增隐私协议和登录指引
- 兼容配置其他第三方 OpenAI API Key。例如:nextweb,API2D 等等
调整
- 更新 Azure OpenAI API Version 为 2023-08-01-preview
- 调整系统左侧底部菜单 UI
- 重构新建角色弹出框 UI
- 调整 prompt, messages 传参实现逻辑,全部由前端解析并组装
v0.9.1 The main version brings two updates. Support for account password login; compatible with configuring other third-party OpenAI API Keys, such as: nextweb, API2D
Fixed
- Fixed the issue of incorrect authentication logic after configuring a custom API Key when deploying a project
- Fixed the issue of garbled characters in some cases when replying
- Fixed #8
- Fixed the issue of incorrect background image display on the email login page
- Fix the issue of character creation prompt and welcome message word limit
Add
- Support for account/password login
- Added a return to home button on the API Key configuration page
- Added privacy agreement and login guide to the login interface.
- Compatible with configuring other third-party OpenAI API Keys. For example: nextweb, API2D, and so on.
Changed
- Update Azure OpenAI API Version to 2023-08-01-preview
- Adjust the UI of the left bottom menu in the system
- Refactor the UI of the pop-up box for creating a new character
- Adjust the implementation logic of prompt, messages parameters, all parsed and assembled by the front end