-
-
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: add support for model provider Groq #1562
Conversation
@jcdiv47 is attempting to deploy a commit to the LobeHub Team on Vercel. A member of the Team first needs to authorize it. |
👍 @jcdiv47 Thank you for raising your pull request and contributing to our Community |
I've done localization |
❤️ Great PR @jcdiv47 ❤️ 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. |
* ✨ feat: support model provider groq (#1562) * add Groq localization (#1570) * 🐛 fix: fix groq logo and document * 🌐 style: add i18n --------- Co-authored-by: Jiaqi Cai <[email protected]> Co-authored-by: PedroZ <[email protected]>
## [Version 0.138.0](v0.137.0...v0.138.0) <sup>Released on **2024-03-15**</sup> #### ✨ Features - **misc**: Support groq as a model provider. <br/> <details> <summary><kbd>Improvements and Fixes</kbd></summary> #### What's improved * **misc**: Support groq as a model provider, closes [#1569](#1569) [#1562](#1562) [#1570](#1570) ([a04c364](a04c364)) </details> <div align="right"> [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) </div>
## [Version 1.19.0](v1.18.0...v1.19.0) <sup>Released on **2024-03-16**</sup> #### ✨ Features - **ollama**: Improve connection check method and provide selector for user to control model options. - **misc**: Support groq as a model provider. #### 🐛 Bug Fixes - **misc**: Fix rename, Fix URL typo. #### 💄 Styles - **misc**: Update Markdown in ChatItem. <br/> <details> <summary><kbd>Improvements and Fixes</kbd></summary> #### What's improved * **ollama**: Improve connection check method and provide selector for user to control model options, closes [lobehub#1397](https://github.com/bentwnghk/lobe-chat/issues/1397) ([675902f](675902f)) * **misc**: Support groq as a model provider, closes [lobehub#1569](https://github.com/bentwnghk/lobe-chat/issues/1569) [lobehub#1562](https://github.com/bentwnghk/lobe-chat/issues/1562) [lobehub#1570](https://github.com/bentwnghk/lobe-chat/issues/1570) ([a04c364](a04c364)) #### What's fixed * **misc**: Fix rename ([2faf6cf](2faf6cf)) * **misc**: Fix URL typo, closes [lobehub#1590](https://github.com/bentwnghk/lobe-chat/issues/1590) ([97137a9](97137a9)) #### Styles * **misc**: Update Markdown in ChatItem ([be75549](be75549)) </details> <div align="right"> [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) </div>
* ✨ feat: support model provider groq (lobehub#1562) * add Groq localization (lobehub#1570) * 🐛 fix: fix groq logo and document * 🌐 style: add i18n --------- Co-authored-by: Jiaqi Cai <[email protected]> Co-authored-by: PedroZ <[email protected]>
## [Version 0.138.0](lobehub/lobe-chat@v0.137.0...v0.138.0) <sup>Released on **2024-03-15**</sup> #### ✨ Features - **misc**: Support groq as a model provider. <br/> <details> <summary><kbd>Improvements and Fixes</kbd></summary> #### What's improved * **misc**: Support groq as a model provider, closes [lobehub#1569](lobehub#1569) [lobehub#1562](lobehub#1562) [lobehub#1570](lobehub#1570) ([a04c364](lobehub@a04c364)) </details> <div align="right"> [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) </div>
## [Version 0.138.0](lobehub/lobe-chat@v0.137.0...v0.138.0) <sup>Released on **2024-03-15**</sup> #### ✨ Features - **misc**: Support groq as a model provider. <br/> <details> <summary><kbd>Improvements and Fixes</kbd></summary> #### What's improved * **misc**: Support groq as a model provider, closes [#1569](lobehub/lobe-chat#1569) [#1562](lobehub/lobe-chat#1562) [#1570](lobehub/lobe-chat#1570) ([a04c364](lobehub/lobe-chat@a04c364)) </details> <div align="right"> [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) </div>
💻 变更类型 | Change Type
🔀 变更说明 | Description of Change
Add support for model provider Groq.
📝 补充信息 | Additional Information
Still needs to fix
https://github.com/jcdiv47/lobe-chat/blob/9c3c1b4c0601fc3c604e27860a9c2788b7b0acd1/src/app/settings/llm/Groq/index.tsx#L1
and
https://github.com/jcdiv47/lobe-chat/blob/9c3c1b4c0601fc3c604e27860a9c2788b7b0acd1/src/app/settings/llm/Groq/index.tsx#L43-L44
which I believe requires resolution of another PR over on lobe-icons.