Skip to content

Document llmman as a supported local model runner - #163

Open
ericcurtin wants to merge 1 commit into
yaroslavyaroslav:developfrom
ericcurtin:llmman
Open

Document llmman as a supported local model runner#163
ericcurtin wants to merge 1 commit into
yaroslavyaroslav:developfrom
ericcurtin:llmman

Conversation

@ericcurtin

@ericcurtin ericcurtin commented Sep 4, 2026

Copy link
Copy Markdown

Adds llmman, a local model runner that serves an OpenAI-compatible API (plus Ollama and Anthropic ones) on port 17434.

  • The plugin already works with llmman since it hits any OpenAI-compatible url; like Ollama, support is docs-only and no Python code changes.
  • README.md: llmman listed next to ollama in the tldr, Features, Requirements and "Open Source models support" sections, with http://localhost:17434/v1/chat/completions as the example url.
  • openAI.sublime-settings: one extra // Example: comment for url next to the existing Ollama one.

Testing: python3 -m compileall -q main.py plugins/openai_base.py passes; openAI.sublime-settings still parses after stripping // comments (6 assistants).

AI-assisted, reviewed before submitting.

llmman (https://github.com/llmmanorg/llmman) serves an OpenAI-compatible
API on port 17434, so the plugin already works with it; users only need
the port. Add it next to ollama in the README and as a url example
comment in the default settings. No Python code changes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant