mirror of
https://github.com/vxcontrol/pentagi.git
synced 2026-07-20 23:57:11 -04:00
[GH-ISSUE #95] Another local llm provider #54
Reference in New Issue
Block a user
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 @Genudza on GitHub (Dec 30, 2025).
Original GitHub issue: https://github.com/vxcontrol/pentagi/issues/95
Hi everyone! What about LM Studio support? Can I use it with your project somehow instead of Ollama?
@asdek commented on GitHub (Dec 30, 2025):
Hey @Genudza,
LM Studio support as well, it's a common OpenAI compatible provider, you can use these options:
LLM_SERVER_URLshould be accessible from pentagi container.Ollama also supports OpenAI compatible API and you can use it as the same way, but in the providers list it means legacy proprietary Ollama protocol.
@Genudza commented on GitHub (Dec 30, 2025):
thank you