[PR #407] [MERGED] Add API key option to LocalAI #3339

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

📋 Pull Request Information

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

Base: masterHead: 405-localai-authorization


📝 Commits (3)

  • 05c8cd1 Add API key option to LocalAI
  • edfde06 add api key for model dropdown selector
  • 2e3a2d7 Merge branch 'master' of github.com:Mintplex-Labs/anything-llm into 405-localai-authorization

📊 Changes

10 files changed (+63 additions, -15 deletions)

View changed files

📝 docker/.env.example (+1 -0)
📝 frontend/src/components/LLMSelection/LocalAiOptions/index.jsx (+36 -9)
📝 server/.env.example (+1 -0)
📝 server/endpoints/system.js (+1 -1)
📝 server/models/systemSettings.js (+1 -0)
📝 server/utils/AiProviders/localAi/index.js (+5 -0)
📝 server/utils/helpers/customModels.js (+2 -1)
📝 server/utils/helpers/updateENV.js (+4 -0)
📝 server/utils/http/index.js (+8 -0)
📝 server/utils/vectorDbProviders/chroma/index.js (+4 -4)

📄 Description

resolves #405


🔄 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/407 **Author:** [@timothycarambat](https://github.com/timothycarambat) **Created:** 12/4/2023 **Status:** ✅ Merged **Merged:** 12/4/2023 **Merged by:** [@timothycarambat](https://github.com/timothycarambat) **Base:** `master` ← **Head:** `405-localai-authorization` --- ### 📝 Commits (3) - [`05c8cd1`](https://github.com/Mintplex-Labs/anything-llm/commit/05c8cd1a5b3323b841bf93fbf5abf6a990c20a12) Add API key option to LocalAI - [`edfde06`](https://github.com/Mintplex-Labs/anything-llm/commit/edfde064f5a3ca053fc1b61be1ef52fbc9835d27) add api key for model dropdown selector - [`2e3a2d7`](https://github.com/Mintplex-Labs/anything-llm/commit/2e3a2d7917e794135f7f8a1fcadee2ca3aee9958) Merge branch 'master' of github.com:Mintplex-Labs/anything-llm into 405-localai-authorization ### 📊 Changes **10 files changed** (+63 additions, -15 deletions) <details> <summary>View changed files</summary> 📝 `docker/.env.example` (+1 -0) 📝 `frontend/src/components/LLMSelection/LocalAiOptions/index.jsx` (+36 -9) 📝 `server/.env.example` (+1 -0) 📝 `server/endpoints/system.js` (+1 -1) 📝 `server/models/systemSettings.js` (+1 -0) 📝 `server/utils/AiProviders/localAi/index.js` (+5 -0) 📝 `server/utils/helpers/customModels.js` (+2 -1) 📝 `server/utils/helpers/updateENV.js` (+4 -0) 📝 `server/utils/http/index.js` (+8 -0) 📝 `server/utils/vectorDbProviders/chroma/index.js` (+4 -4) </details> ### 📄 Description resolves #405 --- <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:35 -05:00
yindo closed this issue 2026-02-22 18:33:35 -05:00
yindo changed title from [PR #407] Add API key option to LocalAI to [PR #407] [MERGED] Add API key option to LocalAI 2026-06-05 15:12:54 -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#3339