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