Simon Willison released llm-chat-completions-server 0.1a0, a local server that exposes LLM models via an OpenAI Chat Completions-compatible endpoint, enabling MENA developers to test models offline without cloud costs.

1 min read

llm-chat-completions-server 0.1a0 Released: Local Server Compatible with OpenAI Chat Completions

llm-chat-completions-server 0.1a0 Released

FAQ

What is llm-chat-completions-server?

It is an open-source local server that allows using LLM models via the OpenAI Chat Completions API, enabling multi-step conversation requests.

How does the new chat server work?

It uses hashing to identify duplicate messages in long conversations, reducing data size and improving performance.

Can it be used in the MENA region?

Yes, developers in MENA can install it locally to test LLM models without cloud services, saving costs and increasing privacy.

What are the installation requirements?

Requires LLM tool (version 0.32rc1 or later) and then install the plugin via: llm install llm-chat-completions-server.

Source: Simon Willison (LLM & tools)

AI-assisted content, human-reviewed.