Add llmman as a self-hosted host for chat and embedding providers - #947
Open
ericcurtin wants to merge 1 commit into
Open
Add llmman as a self-hosted host for chat and embedding providers#947ericcurtin wants to merge 1 commit into
ericcurtin wants to merge 1 commit into
Conversation
llmman (https://github.com/llmmanorg/llmman) is a local model runner with OpenAI-compatible /v1/ routes, which AI Studio already uses for every self-hosted host. Add a Host.LLMMAN member (appended, so stored values keep their meaning) with the same chat, embedding and model loading flags as its peers. Embedding models are entered manually as for Ollama, since llmman model names need not contain "embed".
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds llmman, a local model runner with OpenAI-compatible
/v1/routes (defaulthttp://localhost:17434), as a self-hosted host.Host.LLMMANappended to the enum so existing serialized values keep their meaning; display name "llmman"./v1/models. No transcription (llmman has no audio endpoint) and no API key field.EmbeddingProviderDialog: embedding model is entered manually, as for Ollama, since llmman model names (e.g.hf.co/...) need not contain "embed".Hostvalues inplugin.lua, README provider list, and av26.9.1.mdchangelog line.Testing:
dotnet build "app/MindWork AI Studio/MindWork AI Studio.csproj" -c Debug(SDK 9.0.317, macOS) after rebasing onto currentmain: 0 warnings, 0 errors. Not run against a live llmman server.