fix: update LFM2 audio plugin for llama.cpp b8967#163
Merged
Conversation
Remove `--reasoning-format none` from all 13 GGUF model configs (Qwen 3.5, GLM 4.7, GPT-OSS) so llama.cpp's default auto mode handles reasoning + tool calling correctly — fixes OpenClaw agentic tool calling which was broken by raw `<think>` tags and XML tool calls leaking into content. Also: - Add `oc_sync_openclaw_runtime` to entrypoint-common.sh — writes the resolved model provider, context window, and gateway config into openclaw.json so OpenClaw picks up the local llama-server automatically - Run the sync twice in entrypoint-unified.sh (before and after `openclaw doctor --fix`) to survive doctor's rewrite - Fix LD_LIBRARY_PATH to append existing paths instead of replacing them - Add controlUi (allowedOrigins + dangerouslyDisableDeviceAuth) to Go config, TypeScript config, and validation schema
Hermes rejects short or common placeholder API keys (e.g. "test123", "changeme") when binding to 0.0.0.0. The entrypoint now detects weak tokens and auto-generates a 32-byte hex key via openssl, displaying it in the ready banner so users can still authenticate.
…binary llama-liquid-audio-server was removed in llama.cpp b8967 — audio support is now built into llama-server via the mtmd library. The plugin just needs to point at llama-server with the same CLI args (--mmproj, -mv, --tts-speaker-file).
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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
llama-liquid-audio-serverwas removed in llama.cpp b8967 — audio support is now built intollama-servervia the mtmd libraryaudio_lfm2.pyplugin to usellama-serverwith the same CLI args (--mmproj,-mv,--tts-speaker-file)--jinjaflag for chat template supportTest plan
llama-server --helpon b8967 confirms-mv,--tts-speaker-file,--mmprojflags exist