AI Signal 193
llm-chat-completions-server 0.1a0
This gives you a localhost server that makes any model in your LLM collection accessible through the standard OpenAI Chat Completions API shape, so tools built for that API can work with local or alternative models without modification. It also validates the content-addressable log design in LLM 0.32rc1, which de-duplicates repeated conversation messages by hashing individual message parts rather than re-sending full history each time.
Written by elseif from the cluster below · every claim links back to a sourceThe three things worth knowing
The plugin runs a localhost server exposing all installed LLM models through an OpenAI Chat Completions-compatible endpoint.
It leverages content-addressable logs from LLM 0.32rc1 to de-duplicate conversation state by hashing individual message parts instead of re-sending the full conversation on each request.
The plugin was written entirely by GPT-5.6 Sol, which the author notes has strong familiarity with the OpenAI Chat Completions API shape.
THE CLUSTER