[PR #3829] [MERGED] Support Dell Pro AI Studio provider #4425

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

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/3829
Author: @timothycarambat
Created: 5/14/2025
Status: Merged
Merged: 5/14/2025
Merged by: @timothycarambat

Base: masterHead: dpais-llm-agent-support


📝 Commits (1)

  • 5686347 Support Dell Pro AI Studio provider

📊 Changes

11 files changed (+134 additions, -11 deletions)

View changed files

📝 frontend/src/pages/GeneralSettings/LLMPreference/index.jsx (+21 -6)
📝 frontend/src/pages/OnboardingFlow/Steps/DataHandling/index.jsx (+8 -0)
📝 frontend/src/pages/OnboardingFlow/Steps/LLMPreference/index.jsx (+15 -5)
📝 frontend/src/utils/constants.js (+7 -0)
📝 server/models/systemSettings.js (+6 -0)
📝 server/utils/agents/aibitat/index.js (+2 -0)
📝 server/utils/agents/aibitat/providers/index.js (+2 -0)
📝 server/utils/agents/index.js (+12 -0)
📝 server/utils/helpers/customModels.js (+40 -0)
📝 server/utils/helpers/index.js (+6 -0)
📝 server/utils/helpers/updateENV.js (+15 -0)

📄 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/3829 **Author:** [@timothycarambat](https://github.com/timothycarambat) **Created:** 5/14/2025 **Status:** ✅ Merged **Merged:** 5/14/2025 **Merged by:** [@timothycarambat](https://github.com/timothycarambat) **Base:** `master` ← **Head:** `dpais-llm-agent-support` --- ### 📝 Commits (1) - [`5686347`](https://github.com/Mintplex-Labs/anything-llm/commit/5686347cd4d18ec396b7ca50fa8101271ceacbd9) Support Dell Pro AI Studio provider ### 📊 Changes **11 files changed** (+134 additions, -11 deletions) <details> <summary>View changed files</summary> 📝 `frontend/src/pages/GeneralSettings/LLMPreference/index.jsx` (+21 -6) 📝 `frontend/src/pages/OnboardingFlow/Steps/DataHandling/index.jsx` (+8 -0) 📝 `frontend/src/pages/OnboardingFlow/Steps/LLMPreference/index.jsx` (+15 -5) 📝 `frontend/src/utils/constants.js` (+7 -0) 📝 `server/models/systemSettings.js` (+6 -0) 📝 `server/utils/agents/aibitat/index.js` (+2 -0) 📝 `server/utils/agents/aibitat/providers/index.js` (+2 -0) 📝 `server/utils/agents/index.js` (+12 -0) 📝 `server/utils/helpers/customModels.js` (+40 -0) 📝 `server/utils/helpers/index.js` (+6 -0) 📝 `server/utils/helpers/updateENV.js` (+15 -0) </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:35:48 -05:00
yindo closed this issue 2026-02-22 18:35:48 -05:00
yindo changed title from [PR #3829] Support Dell Pro AI Studio provider to [PR #3829] [MERGED] Support Dell Pro AI Studio provider 2026-06-05 15:18:30 -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#4425