starlightzfy/dsh-plugin-lmstudio

starlightzfy★ 0JavaScriptLast synced: 2026-08-16

Open on GitHub

README excerpt

dsh-plugin-lmstudio Use a model served by LM Studio as a chat model inside the DeepSeek Harness (DSH) web GUI. LM Studio exposes an OpenAI-compatible endpoint ( http://127.0.0.1:1234/v1 by default). This plugin seeds DSH's built-in llm-pi-ai adapter with that route, so the model picker shows your local model — no cloud API quota consumed. 中文说明 · MIT Requirements - DSH CLI + pnpm (see the DSH docs) - LM Studio with Developer → Start Server running (default port 1234 ) - At least one model loaded in LM Studio Install The package declares dsh.bundle , so dsh plugin automatically adds it to the profile's bundle layers. Then restart the web app ( dsh web ) and refresh http://127.0.0.1:3080. Configuration The plugin ships a default provider route under the lm-studio provider key: Field Default Meaning baseURL http://127.0.0.1:1234/v1 LM Studio OpenAI-compatible endpoint api openai-completions Wire protocol models one example model Replace with what you actually load The bundled route is a base layer : anything you write under the llm-pi-ai: section of $DSH HOME/settings.yaml merges over it per provider, so your own models and endpoints win. No API key is required for a local LM Studio se…

View full README on GitHub →
Tools / Devdsh-plugin

Category