[PR #865] [MERGED] [FEAT] Groq LLM support #3517

Closed
opened 2026-02-22 18:33:57 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/865
Author: @shatfield4
Created: 3/5/2024
Status: Merged
Merged: 3/6/2024
Merged by: @timothycarambat

Base: masterHead: 854-feat-groq-support


📝 Commits (3)

  • 155bc14 Groq LLM support complete
  • 01bee6d update useGetProvidersModels for groq models
  • 8fa66f4 Add definiations

📊 Changes

13 files changed (+320 additions, -4 deletions)

View changed files

📝 .vscode/settings.json (+3 -0)
📝 docker/.env.example (+4 -0)
frontend/src/components/LLMSelection/GroqAiOptions/index.jsx (+41 -0)
📝 frontend/src/hooks/useGetProvidersModels.js (+1 -0)
frontend/src/media/llmprovider/groq.png (+0 -0)
📝 frontend/src/pages/GeneralSettings/LLMPreference/index.jsx (+12 -2)
📝 frontend/src/pages/OnboardingFlow/Steps/DataHandling/index.jsx (+9 -0)
📝 frontend/src/pages/OnboardingFlow/Steps/LLMPreference/index.jsx (+11 -1)
📝 server/.env.example (+4 -0)
📝 server/models/systemSettings.js (+14 -1)
server/utils/AiProviders/groq/index.js (+207 -0)
📝 server/utils/helpers/index.js (+3 -0)
📝 server/utils/helpers/updateENV.js (+11 -0)

📄 Description

Pull Request Type

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

Relevant Issues

resolves #854

What is in this change?

Describe the changes in this PR that are impactful to the repo.

  • Add support for Grok as an LLM provider

Additional Information

Add any other context about the Pull Request here that was not captured above.

Developer Validations

  • I ran yarn lint from the root of the repo & committed changes
  • Relevant documentation has been updated
  • I have tested my code functionality
  • Docker build succeeds locally

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/Mintplex-Labs/anything-llm/pull/865 **Author:** [@shatfield4](https://github.com/shatfield4) **Created:** 3/5/2024 **Status:** ✅ Merged **Merged:** 3/6/2024 **Merged by:** [@timothycarambat](https://github.com/timothycarambat) **Base:** `master` ← **Head:** `854-feat-groq-support` --- ### 📝 Commits (3) - [`155bc14`](https://github.com/Mintplex-Labs/anything-llm/commit/155bc149afb0b27b16aeac8dccdd731649fc4668) Groq LLM support complete - [`01bee6d`](https://github.com/Mintplex-Labs/anything-llm/commit/01bee6d1a0fa8c01067912d5ce59b53576a12e2b) update useGetProvidersModels for groq models - [`8fa66f4`](https://github.com/Mintplex-Labs/anything-llm/commit/8fa66f44079deef119314456a25120eed2e3f650) Add definiations ### 📊 Changes **13 files changed** (+320 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `.vscode/settings.json` (+3 -0) 📝 `docker/.env.example` (+4 -0) ➕ `frontend/src/components/LLMSelection/GroqAiOptions/index.jsx` (+41 -0) 📝 `frontend/src/hooks/useGetProvidersModels.js` (+1 -0) ➕ `frontend/src/media/llmprovider/groq.png` (+0 -0) 📝 `frontend/src/pages/GeneralSettings/LLMPreference/index.jsx` (+12 -2) 📝 `frontend/src/pages/OnboardingFlow/Steps/DataHandling/index.jsx` (+9 -0) 📝 `frontend/src/pages/OnboardingFlow/Steps/LLMPreference/index.jsx` (+11 -1) 📝 `server/.env.example` (+4 -0) 📝 `server/models/systemSettings.js` (+14 -1) ➕ `server/utils/AiProviders/groq/index.js` (+207 -0) 📝 `server/utils/helpers/index.js` (+3 -0) 📝 `server/utils/helpers/updateENV.js` (+11 -0) </details> ### 📄 Description ### Pull Request Type <!-- For change type, change [ ] to [x]. --> - [x] ✨ feat - [ ] 🐛 fix - [ ] ♻️ refactor - [ ] 💄 style - [ ] 🔨 chore - [ ] 📝 docs ### Relevant Issues <!-- Use "resolves #xxx" to auto resolve on merge. Otherwise, please use "connect #xxx" --> resolves #854 ### What is in this change? Describe the changes in this PR that are impactful to the repo. - Add support for Grok as an LLM provider ### Additional Information Add any other context about the Pull Request here that was not captured above. ### Developer Validations <!-- All of the applicable items should be checked. --> - [x] I ran `yarn lint` from the root of the repo & committed changes - [x] Relevant documentation has been updated - [x] I have tested my code functionality - [x] Docker build succeeds locally --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-22 18:33:57 -05:00
yindo closed this issue 2026-02-22 18:33:57 -05:00
yindo changed title from [PR #865] [FEAT] Groq LLM support to [PR #865] [MERGED] [FEAT] Groq LLM support 2026-06-05 15:13:50 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Mintplex-Labs/anything-llm#3517