Conversation
kaydenlms
reviewed
Mar 18, 2026
There was a problem hiding this comment.
Would recommend adding a brief paragraph describing what LM Studio is
LM Studio is a friendly application that makes it seamless to run open source models locally on your own hardware.
I'd also add a sentence or two about how OpenClaw integrates with LM Studio (via our native api/v1 API endpoints) and why this integration makes the set up much simpler (what users don't need to do/think about)
kaydenlms
reviewed
Mar 18, 2026
There was a problem hiding this comment.
Let's change "open-weight" to "open source" (in this and other files)
There was a problem hiding this comment.
^ wondering what's the rationale for this?
yagil
reviewed
Mar 20, 2026
yagil
reviewed
Mar 20, 2026
yagil
reviewed
Mar 20, 2026
yagil
reviewed
Mar 20, 2026
|
|
||
| See [/providers/sglang](/providers/sglang) for details. | ||
|
|
||
| ### Local proxies (LM Studio, vLLM, LiteLLM, etc.) |
Owner
Author
There was a problem hiding this comment.
Can keep it as is, removed as we have our own section above
yagil
reviewed
Mar 20, 2026
yagil
reviewed
Mar 20, 2026
yagil
reviewed
Mar 20, 2026
yagil
reviewed
Mar 20, 2026
beaffc4 to
123a147
Compare
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.
Summary
Change Type (select all)
Scope (select all touched areas)
Linked Issue/PR
https://github.com/openclaw/openclaw/issues/40107https://github.com/openclaw/openclaw/issues/32898User-visible / Behavior Changes
Security Impact (required)
NoYes- storeslmstudio:defaultAPI-key auth profile / resolvesLM_API_TOKEN(placeholder allowed for local no-auth setups), while real auth is enforced by the external LM Studio server.Yes- uses LM Studio's API,/api/v1/loadand/api/v1/modelson the base URL the user has configuredNoNoYes, explain risk + mitigation:Requests are made to users LM Studio instance (
localhostin most cases) and the API token is used for the said instance only.Repro + Verification
Environment
Steps
openclaw onboardopenclaw config set agents.defaults.memorySearch.provider lmstudioExpected
LM_API_TOKENin the auth profileActual
Evidence
Attach at least one:
Tests were added in
Human Verification (required)
What you personally verified (not just CI), and how:
Review Conversations
If a bot review conversation is addressed by this PR, resolve that conversation yourself. Do not leave bot review conversation cleanup for maintainers.
Compatibility / Migration
YesNoNoFailure Recovery (if this breaks)
Risks and Mitigations
List only real risks for this PR. Add/remove entries as needed. If none, write
None.None