[PR #492] [MERGED] Add LLM support for Google Gemini-Pro #3372

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

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/492
Author: @timothycarambat
Created: 12/27/2023
Status: Merged
Merged: 12/27/2023
Merged by: @timothycarambat

Base: masterHead: 489-google-gemini-pro-support


📝 Commits (2)

  • e9573b1 Add LLM support for Google Gemini-Pro
  • 1504868 Merge branch 'master' of github.com:Mintplex-Labs/anything-llm into 489-google-gemini-pro-support

📊 Changes

18 files changed (+371 additions, -15 deletions)

View changed files

📝 README.md (+1 -0)
📝 docker/.env.example (+4 -0)
frontend/src/components/LLMSelection/GeminiLLMOptions/index.jsx (+43 -0)
frontend/src/media/llmprovider/gemini.png (+0 -0)
📝 frontend/src/pages/GeneralSettings/EmbeddingPreference/index.jsx (+4 -4)
📝 frontend/src/pages/GeneralSettings/LLMPreference/index.jsx (+18 -4)
📝 frontend/src/pages/GeneralSettings/VectorDatabase/index.jsx (+2 -2)
📝 frontend/src/pages/OnboardingFlow/OnboardingModal/Steps/DataHandling/index.jsx (+9 -0)
📝 frontend/src/pages/OnboardingFlow/OnboardingModal/Steps/EmbeddingSelection/index.jsx (+2 -2)
📝 frontend/src/pages/OnboardingFlow/OnboardingModal/Steps/LLMSelection/index.jsx (+14 -2)
📝 server/.env.example (+4 -0)
📝 server/models/systemSettings.js (+14 -0)
📝 server/package.json (+2 -1)
server/utils/AiProviders/gemini/index.js (+200 -0)
📝 server/utils/chats/stream.js (+29 -0)
📝 server/utils/helpers/index.js (+3 -0)
📝 server/utils/helpers/updateENV.js (+17 -0)
📝 server/yarn.lock (+5 -0)

📄 Description

resolves #489


🔄 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/492 **Author:** [@timothycarambat](https://github.com/timothycarambat) **Created:** 12/27/2023 **Status:** ✅ Merged **Merged:** 12/27/2023 **Merged by:** [@timothycarambat](https://github.com/timothycarambat) **Base:** `master` ← **Head:** `489-google-gemini-pro-support` --- ### 📝 Commits (2) - [`e9573b1`](https://github.com/Mintplex-Labs/anything-llm/commit/e9573b1cd9358dc68920e1431586a061164eb8f8) Add LLM support for Google Gemini-Pro - [`1504868`](https://github.com/Mintplex-Labs/anything-llm/commit/1504868adb5b68d6490574fe1496802c7aa96898) Merge branch 'master' of github.com:Mintplex-Labs/anything-llm into 489-google-gemini-pro-support ### 📊 Changes **18 files changed** (+371 additions, -15 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -0) 📝 `docker/.env.example` (+4 -0) ➕ `frontend/src/components/LLMSelection/GeminiLLMOptions/index.jsx` (+43 -0) ➕ `frontend/src/media/llmprovider/gemini.png` (+0 -0) 📝 `frontend/src/pages/GeneralSettings/EmbeddingPreference/index.jsx` (+4 -4) 📝 `frontend/src/pages/GeneralSettings/LLMPreference/index.jsx` (+18 -4) 📝 `frontend/src/pages/GeneralSettings/VectorDatabase/index.jsx` (+2 -2) 📝 `frontend/src/pages/OnboardingFlow/OnboardingModal/Steps/DataHandling/index.jsx` (+9 -0) 📝 `frontend/src/pages/OnboardingFlow/OnboardingModal/Steps/EmbeddingSelection/index.jsx` (+2 -2) 📝 `frontend/src/pages/OnboardingFlow/OnboardingModal/Steps/LLMSelection/index.jsx` (+14 -2) 📝 `server/.env.example` (+4 -0) 📝 `server/models/systemSettings.js` (+14 -0) 📝 `server/package.json` (+2 -1) ➕ `server/utils/AiProviders/gemini/index.js` (+200 -0) 📝 `server/utils/chats/stream.js` (+29 -0) 📝 `server/utils/helpers/index.js` (+3 -0) 📝 `server/utils/helpers/updateENV.js` (+17 -0) 📝 `server/yarn.lock` (+5 -0) </details> ### 📄 Description resolves #489 --- <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:39 -05:00
yindo closed this issue 2026-02-22 18:33:39 -05:00
yindo changed title from [PR #492] Add LLM support for Google Gemini-Pro to [PR #492] [MERGED] Add LLM support for Google Gemini-Pro 2026-06-05 15:13:04 -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#3372