mirror of
https://github.com/Mintplex-Labs/anything-llm.git
synced 2026-03-02 22:57:05 -05:00
[FEAT]: Allow Multiple Connections to the Same Type of LLM Provider #2887
Labels
No labels
Desktop
Docker
Integration Request
Integration Request
OS: Linux
OS: Mobile
OS: Windows
UI/UX
blocked
bug
bug
core-team-only
documentation
duplicate
embed-widget
enhancement
feature request
github_actions
good first issue
investigating
needs info / can't replicate
possible bug
question
stage: specifications
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/anything-llm#2887
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @AnalogKnight on GitHub (Oct 4, 2025).
What would you like to see?
If I'm not mistaken, AnythingLLM currently seems to allow only one instance of a given LLM Provider to be connected at a time. If I want to connect multiple instances, I have to change it in the settings. One use case for allowing multiple connections to the same type of LLM Provider is: if I have two Ollama servers, I might want one workspace or thread to connect to one of them, while other workspaces or threads use the other. This way, they can perform different tasks simultaneously.