Skip to content
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

Merged
merged 2 commits into from
Mar 14, 2024
Merged

✨ feat: add support for model provider Groq #1562

merged 2 commits into from
Mar 14, 2024

Conversation

jcdiv47
Copy link
Contributor

@jcdiv47 jcdiv47 commented Mar 14, 2024

💻 变更类型 | Change Type

  • ✨ feat
  • 🐛 fix
  • ♻️ refactor
  • 💄 style
  • 🔨 chore
  • ⚡️ perf
  • 📝 docs

🔀 变更说明 | 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.

Copy link

vercel bot commented Mar 14, 2024

@jcdiv47 is attempting to deploy a commit to the LobeHub Team on Vercel.

A member of the Team first needs to authorize it.

@lobehubbot
Copy link
Member

👍 @jcdiv47

Thank you for raising your pull request and contributing to our Community
Please make sure you have followed our contributing guidelines. We will review it as soon as possible.
If you encounter any problems, please feel free to connect with us.
非常感谢您提出拉取请求并为我们的社区做出贡献,请确保您已经遵循了我们的贡献指南,我们会尽快审查它。
如果您遇到任何问题,请随时与我们联系。

@pzcn
Copy link
Contributor

pzcn commented Mar 14, 2024

I've done localization

@arvinxx arvinxx changed the base branch from main to groq March 14, 2024 13:15
@arvinxx arvinxx marked this pull request as ready for review March 14, 2024 13:15
@arvinxx
Copy link
Contributor

arvinxx commented Mar 14, 2024

@jcdiv47 I will merge it into groq branch for @pzcn 's i18n

@arvinxx arvinxx merged commit 6082566 into lobehub:groq Mar 14, 2024
2 of 3 checks passed
@lobehubbot
Copy link
Member

❤️ 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.
项目的成长离不开用户反馈和贡献,感谢您的贡献! 如果您对 LobeHub 开发者社区感兴趣,请加入我们的 discord,然后私信 @arvinxx@canisminor1990。他们会邀请您加入我们的私密开发者频道。我们将会讨论关于 Lobe Chat 的开发,分享和讨论全球范围内的 AI 消息。

arvinxx pushed a commit that referenced this pull request Mar 15, 2024
arvinxx pushed a commit that referenced this pull request Mar 15, 2024
arvinxx added a commit that referenced this pull request Mar 15, 2024
* ✨ 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]>
github-actions bot pushed a commit that referenced this pull request Mar 15, 2024
## [Version&nbsp;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>
github-actions bot pushed a commit to bentwnghk/lobe-chat that referenced this pull request Mar 16, 2024
## [Version&nbsp;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>
denvey pushed a commit to denvey/lobe-chat that referenced this pull request Mar 17, 2024
* ✨ 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]>
denvey pushed a commit to denvey/lobe-chat that referenced this pull request Mar 17, 2024
## [Version&nbsp;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>
miroshar-success added a commit to miroshar-success/OpenAI_Integraion_platform that referenced this pull request Apr 5, 2024
## [Version&nbsp;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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Groq不能支持 增加Groq模型支持
4 participants