[PR #1739] [CLOSED] [FEAT] Enable support for generic openAI as Workspace agent LLM Provider #3762

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

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/1739
Author: @doumencp
Created: 6/21/2024
Status: Closed

Base: masterHead: 1738-genericOpenAIAgent


📝 Commits (10+)

  • 05f8b16 enable support for generic openAI
  • 38ba2aa generic error message
  • c32903f generic error message
  • 97c4460 fix auto refresh when filling form for generic open AI (based on OllamaLLMOptions example)
  • 1e77808 typo
  • 555b29c Merge branch 'Mintplex-Labs:master' into 1738-genericOpenAIAgent
  • e1775f0 remove buggy auto model select
  • 16afaf9 update agent still buggy
  • 8879347 fix typo
  • c2f4d37 Add OpenAI compatible API support (#1757)

📊 Changes

3 files changed (+36 additions, -2 deletions)

View changed files

📝 frontend/src/components/LLMSelection/GenericOpenAiOptions/index.jsx (+1 -1)
📝 frontend/src/pages/WorkspaceSettings/AgentConfig/AgentLLMSelection/index.jsx (+1 -1)
📝 server/utils/helpers/customModels.js (+34 -0)

📄 Description

Pull Request Type

  • feat
  • 🐛 fix
  • ♻️ refactor
  • 💄 style
  • 🔨 chore
  • 📝 docs

Relevant Issues

resolves #1738

What is in this change?

Adds generic Open AI as workspace agent LLM provider. Mainly modifies the custom model files.

Additional Information

Developer Validations

  • I ran yarn lint from the root of the repo & committed changes
  • Relevant documentation has been updated
  • I have tested my code functionality
  • Docker build succeeds locally

🔄 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/1739 **Author:** [@doumencp](https://github.com/doumencp) **Created:** 6/21/2024 **Status:** ❌ Closed **Base:** `master` ← **Head:** `1738-genericOpenAIAgent` --- ### 📝 Commits (10+) - [`05f8b16`](https://github.com/Mintplex-Labs/anything-llm/commit/05f8b16d56b528f742fd61f33352a67470f778bb) enable support for generic openAI - [`38ba2aa`](https://github.com/Mintplex-Labs/anything-llm/commit/38ba2aa55a27e0a7f1e0b96b98bccd6ff63bf328) generic error message - [`c32903f`](https://github.com/Mintplex-Labs/anything-llm/commit/c32903fde75883162c6e8a6f4be8e45e71f7e426) generic error message - [`97c4460`](https://github.com/Mintplex-Labs/anything-llm/commit/97c446056d5c53dac1489115357f7a524eb87af6) fix auto refresh when filling form for generic open AI (based on OllamaLLMOptions example) - [`1e77808`](https://github.com/Mintplex-Labs/anything-llm/commit/1e77808ddc3165d46e0df131e6e0a650b01a584a) typo - [`555b29c`](https://github.com/Mintplex-Labs/anything-llm/commit/555b29c51ffcb770c99ec66e20f898ee6c710422) Merge branch 'Mintplex-Labs:master' into 1738-genericOpenAIAgent - [`e1775f0`](https://github.com/Mintplex-Labs/anything-llm/commit/e1775f053772cf9372ba9ed94fc819ac626a1300) remove buggy auto model select - [`16afaf9`](https://github.com/Mintplex-Labs/anything-llm/commit/16afaf9ed63bb89565af9d43df012faf33fe94fa) update agent still buggy - [`8879347`](https://github.com/Mintplex-Labs/anything-llm/commit/88793474f2044f2f2ed2a310fdbe62389dc56778) fix typo - [`c2f4d37`](https://github.com/Mintplex-Labs/anything-llm/commit/c2f4d3728a934af626cd1a2bc000f02401a89b5c) Add OpenAI compatible API support (#1757) ### 📊 Changes **3 files changed** (+36 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `frontend/src/components/LLMSelection/GenericOpenAiOptions/index.jsx` (+1 -1) 📝 `frontend/src/pages/WorkspaceSettings/AgentConfig/AgentLLMSelection/index.jsx` (+1 -1) 📝 `server/utils/helpers/customModels.js` (+34 -0) </details> ### 📄 Description ### Pull Request Type <!-- For change type, change [ ] to [x]. --> - [x] ✨ feat - [ ] 🐛 fix - [ ] ♻️ refactor - [ ] 💄 style - [ ] 🔨 chore - [ ] 📝 docs ### Relevant Issues <!-- Use "resolves #xxx" to auto resolve on merge. Otherwise, please use "connect #xxx" --> resolves #1738 ### What is in this change? <!-- Describe the changes in this PR that are impactful to the repo. --> Adds generic Open AI as workspace agent LLM provider. Mainly modifies the custom model files. ### Additional Information <!-- Add any other context about the Pull Request here that was not captured above. --> ### Developer Validations <!-- All of the applicable items should be checked. --> - [x] I ran `yarn lint` from the root of the repo & committed changes - [x] Relevant documentation has been updated - [x] I have tested my code functionality - [x] Docker build succeeds locally --- <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:34:27 -05:00
yindo closed this issue 2026-02-22 18:34:27 -05:00
yindo changed title from [PR #1739] [FEAT] Enable support for generic openAI as Workspace agent LLM Provider to [PR #1739] [CLOSED] [FEAT] Enable support for generic openAI as Workspace agent LLM Provider 2026-06-05 15:15:05 -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#3762