[PR #501] [MERGED] Llm chore cleanup #3376

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/501
Author: @timothycarambat
Created: 12/28/2023
Status: Merged
Merged: 12/28/2023
Merged by: @timothycarambat

Base: masterHead: llm-chore-cleanup


📝 Commits (2)

  • 90c62c6 move internal functions to private in class
  • 9da415e Fix hanging Context text when none is present

📊 Changes

7 files changed (+129 additions, -98 deletions)

View changed files

📝 server/utils/AiProviders/azureOpenAi/index.js (+13 -7)
📝 server/utils/AiProviders/gemini/index.js (+13 -9)
📝 server/utils/AiProviders/lmStudio/index.js (+13 -7)
📝 server/utils/AiProviders/localAi/index.js (+13 -7)
📝 server/utils/AiProviders/native/index.js (+41 -41)
📝 server/utils/AiProviders/ollama/index.js (+23 -20)
📝 server/utils/AiProviders/openAi/index.js (+13 -7)

📄 Description

No description provided


🔄 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/501 **Author:** [@timothycarambat](https://github.com/timothycarambat) **Created:** 12/28/2023 **Status:** ✅ Merged **Merged:** 12/28/2023 **Merged by:** [@timothycarambat](https://github.com/timothycarambat) **Base:** `master` ← **Head:** `llm-chore-cleanup` --- ### 📝 Commits (2) - [`90c62c6`](https://github.com/Mintplex-Labs/anything-llm/commit/90c62c62e07956eeaf362075512d9fd6eab23f64) move internal functions to private in class - [`9da415e`](https://github.com/Mintplex-Labs/anything-llm/commit/9da415e338b50e210852783b7fdedcd3ba2f4afa) Fix hanging Context text when none is present ### 📊 Changes **7 files changed** (+129 additions, -98 deletions) <details> <summary>View changed files</summary> 📝 `server/utils/AiProviders/azureOpenAi/index.js` (+13 -7) 📝 `server/utils/AiProviders/gemini/index.js` (+13 -9) 📝 `server/utils/AiProviders/lmStudio/index.js` (+13 -7) 📝 `server/utils/AiProviders/localAi/index.js` (+13 -7) 📝 `server/utils/AiProviders/native/index.js` (+41 -41) 📝 `server/utils/AiProviders/ollama/index.js` (+23 -20) 📝 `server/utils/AiProviders/openAi/index.js` (+13 -7) </details> ### 📄 Description _No description provided_ --- <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 #501] Llm chore cleanup to [PR #501] [MERGED] Llm chore cleanup 2026-06-05 15:13:06 -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#3376