-
-
Notifications
You must be signed in to change notification settings - Fork 10k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
✨ feat: Support define default agent config with DEFAULT_AGENT_CONFIG
ENV
#1291
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
👍 @arvinxx Thank you for raising your pull request and contributing to our Community |
e512f81
to
b70a4f3
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1291 +/- ##
==========================================
+ Coverage 86.59% 86.65% +0.05%
==========================================
Files 216 217 +1
Lines 10827 10873 +46
Branches 1160 1171 +11
==========================================
+ Hits 9376 9422 +46
Misses 1451 1451 ☔ View full report in Codecov by Sentry. |
DEFAULT_AGENT_CONFIG
ENV
❤️ Great PR @arvinxx ❤️ The growth of project is inseparable from user feedback and contribution, thanks for your contribution! If you are interesting with the lobehub developer community, please join our discord and then dm @arvinxx or @canisminor1990. They will invite you to our private developer channel. We are talking about the lobe-chat development or sharing ai newsletter around the world. |
## [Version 0.128.0](v0.127.2...v0.128.0) <sup>Released on **2024-02-14**</sup> #### ✨ Features - **misc**: Support define default agent config with `DEFAULT_AGENT_CONFIG` ENV. <br/> <details> <summary><kbd>Improvements and Fixes</kbd></summary> #### What's improved * **misc**: Support define default agent config with `DEFAULT_AGENT_CONFIG` ENV, closes [#1291](#1291) ([c7c096e](c7c096e)) </details> <div align="right"> [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) </div>
🎉 This PR is included in version 0.128.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
## [Version 1.10.0](v1.9.1...v1.10.0) <sup>Released on **2024-02-14**</sup> #### ♻ Code Refactoring - **misc**: Refactor the sidebar to fix first render state. #### ✨ Features - **misc**: Support define default agent config with `DEFAULT_AGENT_CONFIG` ENV. #### 🐛 Bug Fixes - **misc**: Fix rename. #### 💄 Styles - **misc**: Improve settings tabs style and refactor the LLM setting page. <br/> <details> <summary><kbd>Improvements and Fixes</kbd></summary> #### Code refactoring * **misc**: Refactor the sidebar to fix first render state, closes [lobehub#1301](https://github.com/bentwnghk/lobe-chat/issues/1301) ([c477491](c477491)) #### What's improved * **misc**: Support define default agent config with `DEFAULT_AGENT_CONFIG` ENV, closes [lobehub#1291](https://github.com/bentwnghk/lobe-chat/issues/1291) ([c7c096e](c7c096e)) #### What's fixed * **misc**: Fix rename ([b88bc14](b88bc14)) #### Styles * **misc**: Improve settings tabs style and refactor the LLM setting page, closes [lobehub#1299](https://github.com/bentwnghk/lobe-chat/issues/1299) ([31f6f15](31f6f15)) </details> <div align="right"> [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) </div>
## [Version 0.128.0](lobehub/lobe-chat@v0.127.2...v0.128.0) <sup>Released on **2024-02-14**</sup> #### ✨ Features - **misc**: Support define default agent config with `DEFAULT_AGENT_CONFIG` ENV. <br/> <details> <summary><kbd>Improvements and Fixes</kbd></summary> #### What's improved * **misc**: Support define default agent config with `DEFAULT_AGENT_CONFIG` ENV, closes [#1291](lobehub/lobe-chat#1291) ([c7c096e](lobehub/lobe-chat@c7c096e)) </details> <div align="right"> [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) </div>
💻 变更类型 | Change Type
🔀 变更说明 | Description of Change
📝 补充信息 | Additional Information
refs: #913