Skip to content

v0.9.0 Windows、Mac Beta Client Supported 🔥🔥

Compare
Choose a tag to compare
@Peek-A-Booo Peek-A-Booo released this 02 Sep 13:28
· 60 commits to main since this release

v0.9.0 这个版本主要带来 Windows、Mac 客户端的支持。目前处于 Beta 版本

下载链接

修复

  • 修复未登录但配置了 API KEY 时无法使用的问题
  • 修复无效链接
  • 修复 chatgpt 接口的跨域问题
  • 修复 metadataBase 缺失的问题
  • 修复 OpenRouter Key 的跳转链接问题
  • 修复请求错误时没有携带跨域头的问题
  • 修复令牌页面 Table 的样式问题
  • 修复 issue of missing metadataBase and env variable #6

新增

  • 新增支持 Windows、Mac Beta 客户端
  • 新增支持一键清空会话
  • 新增令牌管理页面相关逻辑和数据库表构建
  • 新增左侧菜单重要公告提示
  • 自构建令牌打通 OpenAI、Azure OpenAI、OpenRouter 接口逻辑
  • 新增支持配置 Le-AI API Key
  • 引入 shadcn/ui 优化部分组件样式
  • 新增繁体中文支持

调整

  • 调整项目名称:L-GPT => Le-AI
  • 调整项目内所有关于 L-GPT 的文案和相关链接
  • 调整部分代码结构
  • 判断是否配置 key 的逻辑把 Le-AI API Key 加上了
  • 调整用户凭证过期时间为 14 天
  • 重构精简全局多语言配置
  • 重构登录界面 UI
  • 调整 OpenRouter 部分模型的权限

v0.9.0 This version mainly brings support for Windows and Mac clients. It is currently in beta version.

Download link

Fixed

  • Fixed the issue of being unable to use when not logged in but configured with an API KEY
  • Fixing invalid links.
  • Fixing the cross-domain issue with the chatgpt interface.
  • Fixing the issue of missing metadataBase.
  • Fixed the redirect link issue for OpenRouter Key.
  • Fixing the issue of not carrying cross-domain headers when requesting an error.
  • Fixed the style issue with the Table on the token page.
  • Fixed: issue of missing metadataBase and env variable #6

Add

  • Added support for Windows and Mac Beta clients.
  • Added support for one-click session clearing
  • Added logic and database table construction for token management page
  • Added important announcement prompt in the left-side menu
  • Self-built token integration logic for OpenAI, Azure OpenAI, and OpenRouter interfaces
  • Added support for configuring Le-AI API Key
  • Introduced shadcn/ui to optimize the style of some components
  • Added support for Traditional Chinese

Changed

  • Adjust the project name: L-GPT => Le-AI
  • Adjust all the copy and related links within the project regarding L-GPT.
  • Adjusted some code structure
  • Add the Le-AI API Key to the logic for determining whether the key is configured.
  • Adjusted the user credential expiration time to 14 days.
  • Refactor and streamline global multilingual configuration.
  • Refactor the login interface UI.
  • Adjusted the permissions of some models in OpenRouter.