feat(openclaw): turnkey Open WebUI integration (resolved from #438)#616
Merged
Lightheartdevs merged 1 commit intomainfrom Mar 24, 2026
Merged
feat(openclaw): turnkey Open WebUI integration (resolved from #438)#616Lightheartdevs merged 1 commit intomainfrom
Lightheartdevs merged 1 commit intomainfrom
Conversation
… from #438) Resolves merge conflicts from #438 against current main (post-Lemonade). Original work by @nt1412. - OpenAI-compatible shim on port 18790 serves /v1/models + proxies /v1/chat/completions to OpenClaw gateway - Open WebUI auto-discovers "openclaw" as a selectable model - Opt-in via OPENCLAW_HTTP_API=true env var - OPENCLAW_LLM_URL override for Token Spy monitoring - Merged config created at /tmp/openclaw-config.json - Preserves all Lemonade changes (OLLAMA_URL, LITELLM_KEY patching) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
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
Resolves merge conflicts from #438 (by @nt1412) against current main after the Lemonade integration.
openclawmodel in Open WebUI — zero config/v1/models+ proxies/v1/chat/completionsOPENCLAW_HTTP_API=trueenv var (safe by default)OPENCLAW_LLM_URLoverride for Token Spy monitoringConflict resolution
inject-token.js: feat(openclaw): turnkey Open WebUI integration via HTTP API #438's additions (Parts 3+4, OPENCLAW_LLM_URL, HTTP API) applied after our Lemonade provider patching codecompose.yaml: New env vars and open-webui override added alongside existing LITELLM_KEYTest plan
OPENCLAW_HTTP_API=trueand verifyopenclawappears in Open WebUI model listCloses #438
🤖 Generated with Claude Code