[PR #421] [MERGED] patch: API key to localai service calls #3346

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

📋 Pull Request Information

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

Base: masterHead: patch-local-ai-api


📝 Commits (1)

  • d84b6dc patch: API key to localai service calls

📊 Changes

4 files changed (+73 additions, -40 deletions)

View changed files

📝 frontend/src/components/EmbeddingSelection/LocalAiOptions/index.jsx (+66 -37)
📝 server/models/systemSettings.js (+1 -2)
📝 server/utils/EmbeddingEngines/localAi/index.js (+5 -0)
📝 server/utils/helpers/customModels.js (+1 -1)

📄 Description

connect #417

Passthrough API key for all LocalAI API calls when defined by the user either in embedder or LLM setup


🔄 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/421 **Author:** [@timothycarambat](https://github.com/timothycarambat) **Created:** 12/11/2023 **Status:** ✅ Merged **Merged:** 12/11/2023 **Merged by:** [@timothycarambat](https://github.com/timothycarambat) **Base:** `master` ← **Head:** `patch-local-ai-api` --- ### 📝 Commits (1) - [`d84b6dc`](https://github.com/Mintplex-Labs/anything-llm/commit/d84b6dcebede0b711d4bdf326dbb855a79165217) patch: API key to localai service calls ### 📊 Changes **4 files changed** (+73 additions, -40 deletions) <details> <summary>View changed files</summary> 📝 `frontend/src/components/EmbeddingSelection/LocalAiOptions/index.jsx` (+66 -37) 📝 `server/models/systemSettings.js` (+1 -2) 📝 `server/utils/EmbeddingEngines/localAi/index.js` (+5 -0) 📝 `server/utils/helpers/customModels.js` (+1 -1) </details> ### 📄 Description connect #417 Passthrough API key for all LocalAI API calls when defined by the user either in embedder or LLM setup --- <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:36 -05:00
yindo closed this issue 2026-02-22 18:33:36 -05:00
yindo changed title from [PR #421] patch: API key to localai service calls to [PR #421] [MERGED] patch: API key to localai service calls 2026-06-05 15:12:56 -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#3346