[PR #2872] [MERGED] Remove fine-tuning flow #4165

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

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/2872
Author: @timothycarambat
Created: 12/18/2024
Status: Merged
Merged: 12/18/2024
Merged by: @timothycarambat

Base: masterHead: remove-paid-finetuning


📝 Commits (1)

📊 Changes

17 files changed (+8 additions, -2117 deletions)

View changed files

📝 frontend/src/App.jsx (+0 -6)
frontend/src/models/experimental/fineTuning.js (+0 -129)
frontend/src/pages/FineTuning/Steps/Confirmation/index.jsx (+0 -198)
frontend/src/pages/FineTuning/Steps/DataUpload/index.jsx (+0 -290)
frontend/src/pages/FineTuning/Steps/FulfillmentPolicy/index.jsx (+0 -131)
frontend/src/pages/FineTuning/Steps/Introduction/index.jsx (+0 -136)
frontend/src/pages/FineTuning/Steps/OrderDetails/index.jsx (+0 -132)
frontend/src/pages/FineTuning/Steps/OrderPlaced/index.jsx (+0 -83)
frontend/src/pages/FineTuning/Steps/Privacy/index.jsx (+0 -241)
frontend/src/pages/FineTuning/Steps/TermsAndConditions/index.jsx (+0 -181)
frontend/src/pages/FineTuning/Steps/index.jsx (+0 -148)
frontend/src/pages/FineTuning/index.jsx (+0 -89)
📝 frontend/src/pages/GeneralSettings/Chats/index.jsx (+8 -18)
📝 frontend/src/utils/paths.js (+0 -3)
server/endpoints/experimental/fineTuning.js (+0 -108)
📝 server/endpoints/experimental/index.js (+0 -2)
server/models/fineTuning.js (+0 -222)

📄 Description

https://github.com/Mintplex-Labs/anythingllm-docs/pull/124


🔄 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/2872 **Author:** [@timothycarambat](https://github.com/timothycarambat) **Created:** 12/18/2024 **Status:** ✅ Merged **Merged:** 12/18/2024 **Merged by:** [@timothycarambat](https://github.com/timothycarambat) **Base:** `master` ← **Head:** `remove-paid-finetuning` --- ### 📝 Commits (1) - [`f99e8f5`](https://github.com/Mintplex-Labs/anything-llm/commit/f99e8f5668d5777c86bb721c51a55ff23707c788) remove fine-tuning flow ### 📊 Changes **17 files changed** (+8 additions, -2117 deletions) <details> <summary>View changed files</summary> 📝 `frontend/src/App.jsx` (+0 -6) ➖ `frontend/src/models/experimental/fineTuning.js` (+0 -129) ➖ `frontend/src/pages/FineTuning/Steps/Confirmation/index.jsx` (+0 -198) ➖ `frontend/src/pages/FineTuning/Steps/DataUpload/index.jsx` (+0 -290) ➖ `frontend/src/pages/FineTuning/Steps/FulfillmentPolicy/index.jsx` (+0 -131) ➖ `frontend/src/pages/FineTuning/Steps/Introduction/index.jsx` (+0 -136) ➖ `frontend/src/pages/FineTuning/Steps/OrderDetails/index.jsx` (+0 -132) ➖ `frontend/src/pages/FineTuning/Steps/OrderPlaced/index.jsx` (+0 -83) ➖ `frontend/src/pages/FineTuning/Steps/Privacy/index.jsx` (+0 -241) ➖ `frontend/src/pages/FineTuning/Steps/TermsAndConditions/index.jsx` (+0 -181) ➖ `frontend/src/pages/FineTuning/Steps/index.jsx` (+0 -148) ➖ `frontend/src/pages/FineTuning/index.jsx` (+0 -89) 📝 `frontend/src/pages/GeneralSettings/Chats/index.jsx` (+8 -18) 📝 `frontend/src/utils/paths.js` (+0 -3) ➖ `server/endpoints/experimental/fineTuning.js` (+0 -108) 📝 `server/endpoints/experimental/index.js` (+0 -2) ➖ `server/models/fineTuning.js` (+0 -222) </details> ### 📄 Description https://github.com/Mintplex-Labs/anythingllm-docs/pull/124 --- <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:35:16 -05:00
yindo closed this issue 2026-02-22 18:35:16 -05:00
yindo changed title from [PR #2872] Remove fine-tuning flow to [PR #2872] [MERGED] Remove fine-tuning flow 2026-06-05 15:17:09 -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#4165