Releases: LTopx/Le-AI
v0.6.0 Prompt Market is coming
🔥🔥v0.6.0 经过一周的开发,作为提升使用体验较为重要的一环:prompt,现在以Prompt Market的形式隆重推出。现在你不仅能够在L-GPT中快速的使用prompt,还可以把你觉得好的prompt发布到Prompt Market给其他L-GPT用户使用。
新增
- 添加清除 7 天之前无用的会话分享的定时服务
- 新增跳转到文档项目的各种引导链接
- 新增 Prompt Market
修复
- 修复配置 API Key 页面在中文下和暗黑模式下的显示问题
- 添加 lang配置 解决生成预览图片乱码的问题
- 修复升级到 next 13.4.4 打包报错的问题
- 修复 not-found 页面不生效的问题
- 修复移动端菜单新增会话时没有代入默认 prompt 的问题
调整
- 调整分享的会话没有标题时的默认展示内容
- 优化接口请求错误提示。现在能够正确的看到会话文本超长的错误提示
- 优化登录验证时发送的邮件样式
- 优化用户名缺失时的显示效果
🔥🔥v0.6.0 After a week of development, as an important part of improving the user experience: prompt, it is now launched in the form of Prompt Market. Now you can not only quickly use prompt in L-GPT, but also publish your favorite prompt to Prompt Market for other L-GPT users to use.
Added
- Added a timed service to clear useless session shares older than 7 days
- Added various guide links to navigate to document projects
- Added Prompt Market
Fixed
- Fixed display issues on the API Key configuration page in Chinese and dark mode
- Added lang configuration to solve the problem of garbled characters in preview images
- Fixed the issue of packaging errors after upgrading to next 13.4.4
- Fixed the issue of not-found page not working
- Fixed the issue of not using the default prompt when adding a new session in the mobile menu
Adjusted
- Adjusted the default display content when sharing a session without a title
- Optimized the error prompt message for interface requests. Now you can correctly see the error prompt for excessively long session text
- Optimized the email style sent during login verification
- Optimized the display effect when the username is missing
v0.5.0 Added conversation sharing function
🔥🔥v0.5.0重磅更新,现在支持分享会话内容了。可以将当前会话内容一键生成链接分享到社交平台,以及周围的朋友同事。大家一起探索AI的潜力。
新增
- 新增会话分享功能
调整
- 将 prisma 变量定义全部移动到.env.local
- 统一全局 Logo 样式
- 多处细节优化
- 优化更多极限情况下的 token 消耗计算逻辑
🎆Major update v0.5.0 now supports sharing conversation content. You can easily generate a link to share the current conversation content on social platforms with friends and colleagues around you. Let's explore the potential of AI together.
Add
- Added conversation sharing function
Changed
- Move all Prisma variable definitions to .env.local
- Standardize the global logo style
- Multiple detailed optimizations
- Optimize the token consumption calculation logic for more extreme cases.
v0.4.2 Conversation cost and bug fixing
🎆现在支持展示会话消耗的token啦,也可以自定义用户头像了,还能够更好更贴切的自动生成会话的题目了。与此同时还进行了许多细节上的优化和bug修复
修复
- 调整 polyfill 文件的导入位置以解决其不生效的问题。
- 修复 session 回调频繁查询数据库的 bug
新增
- 支持自定义用户头像
- 支持显示当前会话消耗的token
- 新增支持切换 Enter 和 Command+Enter (Mac)/Ctrl+Enter (Windows) 输入信息的方式
- 新增支持点击会话标题修改当前会话配置
调整
- 调整生成会话标题的prompt
- 简化会话聊天内容“复制”和“删除”的 UI 和逻辑
🎆Now you can display the tokens consumed by the session and also customize user avatars. This allows for better and more accurate generation of session topics. In addition, many details have been optimized and bugs fixed.
Fixed
- Adjust the import position of the polyfill file to solve the problem of its ineffectiveness.
- Fix the bug of frequent database queries in session callback
Add
- Support custom avatars
- Add a feature to count conversation fees and allow users to view the current amount of USD or tokens consumed during the conversation.
- Added the ability to switch between using Enter and Command+Enter (Mac)/Ctrl+Enter (Windows) for inputting information.
- Click on the session title to modify the current session configuration
Changed
- Adjust and optimize the prompt for generating conversation titles. It can now better generate titles related to the conversation.
- Optimize the copy and delete UI of the conversation list to simplify the operation steps.
v0.4.0 Add Account system
🎉To provide better services, an account system has been introduced. Now, after registering for an account, you can use the API service for free (there is still an option to use your own API key without registering).
🎉为了更好的提供服务,引入了账号系统。现在注册账号后即可免费使用api服务(依旧提供不注册,使用自己的api key的选项)
Fixed
- Fix the issue of being unable to log in when binding the same email to both GitHub and Google.
Add
- Add account system
- Adding login guidance for users who are not logged in
- Multi-language configuration for login email sending page
- Display the language model currently in use on the conversation interface
Changed
- UI optimization
- Cancel response immediately when switching channels if data is being requested or generated.
- Trying to solve: Issue of error log being reported when canceling fetch requests
v0.2.0 Support Azure OpenAI Service and add Prompt module
🎉 Version 0.2.0 introduces Azure OpenAI Service in a more convenient way, allowing users to simply configure the relevant resource name and corresponding API key to use it. At the same time, the Prompt module is introduced, which currently includes four commonly used prompts that users can quickly use to create a new conversation. In the future, support will continue to be added for custom prompts and other features.
🎉 v0.2.0 以更便捷的方式引入了Azure OpenAI Service,只需要配置相关资源名称和对应的api key即可使用。与此同时,还引入了Prompt模块,目前预设了4种较为常用的prompt,您可以快速的使用它创建一个新的对话。后续将继续支持添加自定义prompt等功能。
Add
- Support Azure OpenAI Service
- Introduce prompt words and prompt word templates
- Added custom polyfill to resolve excessive error collection in Sentry
Changed
- Prohibited zooming on mobile Safari browser
- Improve the error message content for front-end fetch requests
Fixed
- Fixed the issue of incorrect input box position caused by the vertical scroll bar appearing on some mobile browsers
v0.1.0 First stable version
Changed
-
全局css样式都尽量采用tailwindcss自带变量值
-
使用radix-ui重构所有公共组件
-
Adjust global CSS and use as many tailwind built-in CSS values as possible to optimize some color matching effects.
-
Refactor all common components with radix-ui.