[PR #5338] [CLOSED] feat: show Generic OpenAI in workspace model switcher with free-form #5412

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

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/5338
Author: @nehaaprasad
Created: 4/3/2026
Status: Closed

Base: masterHead: feat/add-gener-openai-mod-swi


📝 Commits (1)

  • 677b250 feat: show Generic OpenAI in workspace model switcher with free-form model input

📊 Changes

4 files changed (+66 additions, -13 deletions)

View changed files

📝 frontend/src/components/WorkspaceChat/ChatContainer/PromptInput/LLMSelector/ChatModelSelection/index.jsx (+28 -0)
📝 frontend/src/components/WorkspaceChat/ChatContainer/PromptInput/LLMSelector/utils.js (+11 -12)
📝 frontend/src/hooks/useGetProvidersModels.js (+0 -1)
📝 frontend/src/pages/WorkspaceSettings/AgentConfig/AgentModelSelection/index.jsx (+27 -0)

📄 Description

description

  • Adds Generic OpenAI to the top-left workspace model switcher and uses a text field for the model name (no model list).
  • Updates save validation for that input and the agent model row so Generic OpenAI does not show an empty dropdown.

Relevant Issues

resolves : #5337


🔄 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/5338 **Author:** [@nehaaprasad](https://github.com/nehaaprasad) **Created:** 4/3/2026 **Status:** ❌ Closed **Base:** `master` ← **Head:** `feat/add-gener-openai-mod-swi` --- ### 📝 Commits (1) - [`677b250`](https://github.com/Mintplex-Labs/anything-llm/commit/677b250f8745e04d04327470db2b5912bcf888fb) feat: show Generic OpenAI in workspace model switcher with free-form model input ### 📊 Changes **4 files changed** (+66 additions, -13 deletions) <details> <summary>View changed files</summary> 📝 `frontend/src/components/WorkspaceChat/ChatContainer/PromptInput/LLMSelector/ChatModelSelection/index.jsx` (+28 -0) 📝 `frontend/src/components/WorkspaceChat/ChatContainer/PromptInput/LLMSelector/utils.js` (+11 -12) 📝 `frontend/src/hooks/useGetProvidersModels.js` (+0 -1) 📝 `frontend/src/pages/WorkspaceSettings/AgentConfig/AgentModelSelection/index.jsx` (+27 -0) </details> ### 📄 Description ### description - Adds Generic OpenAI to the top-left workspace model switcher and uses a text field for the model name (no model list). - Updates save validation for that input and the agent model row so Generic OpenAI does not show an empty dropdown. ### Relevant Issues resolves : #5337 --- <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:17 -04:00
yindo closed this issue 2026-06-05 15:21:17 -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#5412