From 43a401314b4c452e4e77efba9d62f7c344354376 Mon Sep 17 00:00:00 2001 From: Luxferre Date: Wed, 5 Aug 2026 08:51:35 +0300 Subject: [PATCH] readme upd --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ccd3fb1..6a69994 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Dynagate is a lightweight, high-performance LLM gateway written in Go that acts - `/v1/responses` (POST): Stateless-style OpenAI Responses API endpoint (automatically routed to upstream chat completions endpoints). - `/v1/messages` (POST): Anthropic-compatible Messages API endpoint (automatically routed to upstream chat completions endpoints). - `/v1/images/generations` (POST): Proxies image generation requests. - > **Note:** Dynagate operates in a completely stateless manner across all API formats (`/v1/chat/completions`, `/v1/responses`, `/v1/messages`). Dynagate does not store or persist server-side conversation state. Clients must include the full conversation history in each request for multi-turn dialogues. + > **Note** Dynagate operates in a completely stateless manner across all API formats (`/v1/chat/completions`, `/v1/responses`, `/v1/messages`). Dynagate does not store or persist server-side conversation state. Clients must include the full conversation history in each request for multi-turn dialogues. 2. **Zero-downtime live-reloading**: - Watches `models.csv` (overridable via command-line flags) continuously using a background thread and automatically reloads configuration updates without dropping active connections.