[GH-ISSUE #1977] [BUG]: LM Studio #1283

Closed
opened 2026-02-22 18:24:05 -05:00 by yindo · 9 comments
Owner

Originally created by @nugecom on GitHub (Jul 26, 2024).
Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/1977

How are you running AnythingLLM?

AnythingLLM desktop app

What happened?

LM Studio is not listed as an LLM Provider in the drop down menu in the Linux version

Are there known steps to reproduce?

No response

Originally created by @nugecom on GitHub (Jul 26, 2024). Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/1977 ### How are you running AnythingLLM? AnythingLLM desktop app ### What happened? LM Studio is not listed as an LLM Provider in the drop down menu in the Linux version ### Are there known steps to reproduce? _No response_
yindo added the possible bug label 2026-02-22 18:24:05 -05:00
yindo closed this issue 2026-02-22 18:24:05 -05:00
Author
Owner

@timothycarambat commented on GitHub (Jul 26, 2024):

It most definitely is. The only conditional LLM on Linux is the built-in LLM. Please either scroll down in the input or type in LMStudio

@timothycarambat commented on GitHub (Jul 26, 2024): It most definitely is. The only conditional LLM on Linux is the built-in LLM. Please either scroll down in the input or type in LMStudio
Author
Owner

@nugecom commented on GitHub (Jul 26, 2024):

Screenshot attached. LM Studio is not there!

On Fri, 26 Jul 2024 at 17:26, Timothy Carambat @.***>
wrote:

It most definitely is. The only conditional LLM on Linux is the built-in
LLM. Please either scroll down in the input or type in LMStudio


Reply to this email directly, view it on GitHub
https://github.com/Mintplex-Labs/anything-llm/issues/1977#issuecomment-2253181783,
or unsubscribe
https://github.com/notifications/unsubscribe-auth/AB55O4Q4IB4EUYH2TYRM2JTZOKBDVAVCNFSM6AAAAABLQYTICGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDENJTGE4DCNZYGM
.
You are receiving this because you authored the thread.Message ID:
@.***>

@nugecom commented on GitHub (Jul 26, 2024): Screenshot attached. LM Studio is not there! On Fri, 26 Jul 2024 at 17:26, Timothy Carambat ***@***.***> wrote: > It most definitely is. The only conditional LLM on Linux is the built-in > LLM. Please either scroll down in the input or type in LMStudio > > — > Reply to this email directly, view it on GitHub > <https://github.com/Mintplex-Labs/anything-llm/issues/1977#issuecomment-2253181783>, > or unsubscribe > <https://github.com/notifications/unsubscribe-auth/AB55O4Q4IB4EUYH2TYRM2JTZOKBDVAVCNFSM6AAAAABLQYTICGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDENJTGE4DCNZYGM> > . > You are receiving this because you authored the thread.Message ID: > ***@***.***> >
Author
Owner

@timothycarambat commented on GitHub (Jul 26, 2024):

There is no screenshot attached

@timothycarambat commented on GitHub (Jul 26, 2024): There is no screenshot attached
Author
Owner

@nugecom commented on GitHub (Jul 26, 2024):

It got stripped from my email reply. Trying again online. Screenshot from 2024-07-26 18-30-17

@nugecom commented on GitHub (Jul 26, 2024): It got stripped from my email reply. Trying again online. ![Screenshot from 2024-07-26 18-30-17](https://github.com/user-attachments/assets/9a4527a8-82b3-42c3-a89d-e1044568afea)
Author
Owner

@timothycarambat commented on GitHub (Jul 26, 2024):

Oh, that is the workspace specific provider!

LMStudio has not been updated yet to support multi-model loading so we have it disabled.
https://github.com/Mintplex-Labs/anything-llm/blob/0cba89a54bb78ec074ea8a8faf70fd354406e3e6/frontend/src/pages/WorkspaceSettings/ChatSettings/WorkspaceLLMSelection/index.jsx#L19

You can use it if you have LMStudio as your system level provider, but it is not currently for workspace specific support at this time.

Its probably time we do allow that to happen since you can technically do playground now and we do allow it for agents. I can remove that filter then. It would be in the next patch (1.5.13)

@timothycarambat commented on GitHub (Jul 26, 2024): Oh, that is the workspace specific provider! LMStudio has not been updated yet to support multi-model loading so we have it disabled. https://github.com/Mintplex-Labs/anything-llm/blob/0cba89a54bb78ec074ea8a8faf70fd354406e3e6/frontend/src/pages/WorkspaceSettings/ChatSettings/WorkspaceLLMSelection/index.jsx#L19 You can use it if you have LMStudio as your _system_ level provider, but it is not currently for workspace specific support at this time. Its probably time we do allow that to happen since you can _technically_ do playground now and we do allow it for agents. I can remove that filter then. It would be in the next patch (1.5.13)
Author
Owner

@timothycarambat commented on GitHub (Jul 26, 2024):

Done 013c0b9575

@timothycarambat commented on GitHub (Jul 26, 2024): Done 013c0b9575ae6a87af87275e326041c4e0afeeee
Author
Owner

@nugecom commented on GitHub (Jul 26, 2024):

I'm non-technical but get that you'll add it to that update! Thanks.

Meantime, is there a provider that you'd recommend for downloading LLMs that AnythingLLM can use, other than Ollama? It would be great to have Anything also act as the downloader to avoid juggling two apps. I like to avoid command line and web interfaces (Anything is much better than open webui!).

Exciting times!

@nugecom commented on GitHub (Jul 26, 2024): I'm non-technical but get that you'll add it to that update! Thanks. Meantime, is there a provider that you'd recommend for downloading LLMs that AnythingLLM can use, other than Ollama? It would be great to have Anything also act as the downloader to avoid juggling two apps. I like to avoid command line and web interfaces (Anything is much better than open webui!). Exciting times!
Author
Owner

@timothycarambat commented on GitHub (Jul 26, 2024):

@nugecom Ah totally understand the desire to not hop between apps.

So we recently just made 1.5.12 live where you can import any downloaded GGUF file. In the subsequent updates, we are hoping to expand this to be a model gallery/browser for the same reason you just voiced.

@timothycarambat commented on GitHub (Jul 26, 2024): @nugecom Ah totally understand the desire to not hop between apps. So we recently just made 1.5.12 live where you can import any downloaded GGUF file. In the subsequent updates, we are hoping to expand this to be a model gallery/browser for the same reason you just voiced.
Author
Owner

@nugecom commented on GitHub (Jul 29, 2024):

Screenshot from 2024-07-29 15-03-42
Good move bringing LLM file management into your app. Local AI should be as easy as online AI for the non-techies - creating a clickable app on install that can be pinned to the desktop menu for example. I've just realised the distinction between system level and workspace level you mentioned. Import feature is disabled for Linux in 5.12 though - screenshot attached.

@nugecom commented on GitHub (Jul 29, 2024): ![Screenshot from 2024-07-29 15-03-42](https://github.com/user-attachments/assets/a04919f3-11f9-4ff3-a1f6-e95df2027f3a) Good move bringing LLM file management into your app. Local AI should be as easy as online AI for the non-techies - creating a clickable app on install that can be pinned to the desktop menu for example. I've just realised the distinction between system level and workspace level you mentioned. Import feature is disabled for Linux in 5.12 though - screenshot attached.
yindo changed title from [BUG]: LM Studio to [GH-ISSUE #1977] [BUG]: LM Studio 2026-06-05 14:39:55 -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#1283