[PR #314] [MERGED] Implement retrieval and use of fine-tune models #3291

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

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/314
Author: @timothycarambat
Created: 10/31/2023
Status: Merged
Merged: 10/31/2023
Merged by: @timothycarambat

Base: masterHead: 311-open-ai-fine-tune-selection


📝 Commits (2)

  • 996a334 Implement retrieval and use of fine-tune models
  • 8971da8 Cleanup from PR bot

📊 Changes

13 files changed (+360 additions, -340 deletions)

View changed files

frontend/src/components/LLMSelection/AnthropicAiOptions/index.jsx (+63 -0)
frontend/src/components/LLMSelection/AzureAiOptions/index.jsx (+69 -0)
📝 frontend/src/components/LLMSelection/LLMProviderOption/index.jsx (+0 -0)
frontend/src/components/LLMSelection/OpenAiOptions/index.jsx (+117 -0)
📝 frontend/src/models/system.js (+20 -0)
📝 frontend/src/pages/GeneralSettings/EmbeddingPreference/index.jsx (+1 -1)
📝 frontend/src/pages/GeneralSettings/LLMPreference/index.jsx (+7 -167)
📝 frontend/src/pages/OnboardingFlow/OnboardingModal/Steps/EmbeddingSelection/index.jsx (+1 -3)
📝 frontend/src/pages/OnboardingFlow/OnboardingModal/Steps/LLMSelection/index.jsx (+7 -153)
📝 server/endpoints/system.js (+20 -1)
📝 server/utils/AiProviders/openAi/index.js (+16 -5)
server/utils/helpers/customModels.js (+38 -0)
📝 server/utils/helpers/updateENV.js (+1 -10)

📄 Description

Cleanup LLM selection code
resolves #311


🔄 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/314 **Author:** [@timothycarambat](https://github.com/timothycarambat) **Created:** 10/31/2023 **Status:** ✅ Merged **Merged:** 10/31/2023 **Merged by:** [@timothycarambat](https://github.com/timothycarambat) **Base:** `master` ← **Head:** `311-open-ai-fine-tune-selection` --- ### 📝 Commits (2) - [`996a334`](https://github.com/Mintplex-Labs/anything-llm/commit/996a334c1891a03f7b1f2fe327cb07ca83e667e8) Implement retrieval and use of fine-tune models - [`8971da8`](https://github.com/Mintplex-Labs/anything-llm/commit/8971da86cf78468efbdb8656b180801e2bf0bd01) Cleanup from PR bot ### 📊 Changes **13 files changed** (+360 additions, -340 deletions) <details> <summary>View changed files</summary> ➕ `frontend/src/components/LLMSelection/AnthropicAiOptions/index.jsx` (+63 -0) ➕ `frontend/src/components/LLMSelection/AzureAiOptions/index.jsx` (+69 -0) 📝 `frontend/src/components/LLMSelection/LLMProviderOption/index.jsx` (+0 -0) ➕ `frontend/src/components/LLMSelection/OpenAiOptions/index.jsx` (+117 -0) 📝 `frontend/src/models/system.js` (+20 -0) 📝 `frontend/src/pages/GeneralSettings/EmbeddingPreference/index.jsx` (+1 -1) 📝 `frontend/src/pages/GeneralSettings/LLMPreference/index.jsx` (+7 -167) 📝 `frontend/src/pages/OnboardingFlow/OnboardingModal/Steps/EmbeddingSelection/index.jsx` (+1 -3) 📝 `frontend/src/pages/OnboardingFlow/OnboardingModal/Steps/LLMSelection/index.jsx` (+7 -153) 📝 `server/endpoints/system.js` (+20 -1) 📝 `server/utils/AiProviders/openAi/index.js` (+16 -5) ➕ `server/utils/helpers/customModels.js` (+38 -0) 📝 `server/utils/helpers/updateENV.js` (+1 -10) </details> ### 📄 Description Cleanup LLM selection code resolves #311 --- <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:28 -05:00
yindo closed this issue 2026-02-22 18:33:28 -05: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#3291