Skip to content

v0.6.1 Released 🔥🔥

Compare
Choose a tag to compare
@Peek-A-Booo Peek-A-Booo released this 14 Jun 15:10
· 175 commits to main since this release

🔥🔥v0.6.1 版本发布。该版本主要是对项目进行了部分模块的重构,以及解决了一个项目初期就挖下的坑🤣🤣还新增了OpenAI今天凌晨发布的两个新模型:gpt-3.5-turbo-0613/gpt-3.5-turbo-16k

image

新增

  • 新增后端计算 token 消耗的能力
  • 新增菜单处显示当前消耗的总 token 数量
  • 新增支持多会话同时对话,切换会话时不会断掉当前会话的链接
  • 新增支持 openai 刚更新的模型: gpt-3.5-turbo-0613/gpt-3.5-turbo-16k

修复

  • 后端计算 token 修改为异步,不然会导致计算不准确
  • 修复菜单置顶计算排序方式有误的问题

调整

  • 优化前端计算 token 的逻辑,现在能够正确计算所有消耗的 token
  • 大量代码和交互细节优化

🔥🔥Version v0.6.1 released. This version mainly refactors some modules of the project and fixes a pit dug in the early stage of the project 🤣🤣. It also adds two new models released by OpenAI early this morning: gpt-3.5-turbo-0613/gpt-3.5-turbo-16k.

Added

  • Added backend ability to calculate token consumption
  • Added display of total token consumption in the menu
  • Added support for multiple simultaneous conversations without disconnecting the current session when switching
  • Added support for openai's newly updated model: gpt-3.5-turbo-0613/gpt-3.5-turbo-16k

Fixed

  • Modified backend token calculation to be asynchronous, preventing inaccurate calculations
  • Fixed sorting method for menu display

Adjusted

  • Optimized frontend token calculation logic to accurately calculate all token consumption
  • Significant code and interaction optimizations