[PR #5746] [MERGED] Generic OpenAI improvements #5552

Closed
opened 2026-06-05 15:21:43 -04:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/5746
Author: @timothycarambat
Created: 6/2/2026
Status: Merged
Merged: 6/2/2026
Merged by: @timothycarambat

Base: masterHead: 5337-generic-openai


📝 Commits (2)

📊 Changes

4 files changed (+133 additions, -27 deletions)

View changed files

📝 frontend/src/components/LLMSelection/GenericOpenAiOptions/index.jsx (+130 -14)
📝 frontend/src/hooks/useGetProvidersModels.js (+1 -6)
📝 frontend/src/pages/GeneralSettings/LLMPreference/index.jsx (+1 -6)
📝 frontend/src/pages/WorkspaceSettings/ChatSettings/WorkspaceLLMSelection/index.jsx (+1 -1)

📄 Description

Pull Request Type

  • feat (New feature)
  • 🐛 fix (Bug fix)
  • ♻️ refactor (Code refactoring without changing behavior)
  • 💄 style (UI style changes)
  • 🔨 chore (Build, CI, maintenance)
  • 📝 docs (Documentation updates)

Relevant Issues

resolves #5337
closes #5338

Description

  • Add dropdown + freeform on failure model picker
  • Show generic for Agent and Workspace LLM selector with dropdown model picker support
  • Remove API key requirement on generic oai setup

Visuals (if applicable)

Screenshot 2026-06-02 at 8 47 07 AM Screenshot 2026-06-02 at 8 47 17 AM Screenshot 2026-06-02 at 8 47 29 AM

Additional Information

Developer Validations

  • I ran yarn lint from the root of the repo & committed changes
  • Relevant documentation has been updated (if applicable)
  • 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/5746 **Author:** [@timothycarambat](https://github.com/timothycarambat) **Created:** 6/2/2026 **Status:** ✅ Merged **Merged:** 6/2/2026 **Merged by:** [@timothycarambat](https://github.com/timothycarambat) **Base:** `master` ← **Head:** `5337-generic-openai` --- ### 📝 Commits (2) - [`b7ebe14`](https://github.com/Mintplex-Labs/anything-llm/commit/b7ebe1463197d02100d7020126f3d679eb3aa4ca) Generic OpenAI improvements - [`bd5fc04`](https://github.com/Mintplex-Labs/anything-llm/commit/bd5fc049feb8f663f2f3fc77809c1bf5ae332432) reset ### 📊 Changes **4 files changed** (+133 additions, -27 deletions) <details> <summary>View changed files</summary> 📝 `frontend/src/components/LLMSelection/GenericOpenAiOptions/index.jsx` (+130 -14) 📝 `frontend/src/hooks/useGetProvidersModels.js` (+1 -6) 📝 `frontend/src/pages/GeneralSettings/LLMPreference/index.jsx` (+1 -6) 📝 `frontend/src/pages/WorkspaceSettings/ChatSettings/WorkspaceLLMSelection/index.jsx` (+1 -1) </details> ### 📄 Description ### Pull Request Type <!-- For change type, change [ ] to [x]. --> - [ ] ✨ feat (New feature) - [x] 🐛 fix (Bug fix) - [x] ♻️ refactor (Code refactoring without changing behavior) - [ ] 💄 style (UI style changes) - [x] 🔨 chore (Build, CI, maintenance) - [ ] 📝 docs (Documentation updates) ### Relevant Issues <!-- Use "resolves #xxx" to auto resolve on merge. Otherwise, please use "connect #xxx" --> resolves #5337 closes #5338 ### Description - Add dropdown + freeform on failure model picker - Show generic for Agent and Workspace LLM selector with dropdown model picker support - Remove API key requirement on generic oai setup <!-- Describe the changes in this PR that are impactful to the repo. What problem does it solve? --> ### Visuals (if applicable) <img width="713" height="496" alt="Screenshot 2026-06-02 at 8 47 07 AM" src="https://github.com/user-attachments/assets/a00995ea-65f4-400c-834b-5b680d8c4164" /> <img width="741" height="310" alt="Screenshot 2026-06-02 at 8 47 17 AM" src="https://github.com/user-attachments/assets/ef0855b1-6b2c-4d48-b4b6-3b37082e2bba" /> <img width="722" height="352" alt="Screenshot 2026-06-02 at 8 47 29 AM" src="https://github.com/user-attachments/assets/ba32cb79-d39a-41b2-a6d1-fc33ae2ef7dc" /> <!-- Add screenshots or screen recordings to demonstrate the changes, especially for UI updates. --> ### 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. --> - [ ] I ran `yarn lint` from the root of the repo & committed changes - [ ] Relevant documentation has been updated (if applicable) - [ ] I have tested my code functionality - [ ] 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-06-05 15:21:43 -04:00
yindo closed this issue 2026-06-05 15:21:43 -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#5552