Skip to content

Commit d66d2d9

Browse files
author
Paweł Kędzia
committed
Refine README wording and layout for clearer description of the llm‑router gateway.
1 parent 54386f2 commit d66d2d9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
## llm‑router
22

3-
A lightweight, extensible gateway that exposes a clean **REST** API for interacting with
4-
multiple Large Language Model (LLM) providers (OpenAI, Ollama, vLLM, etc.).
5-
It centralises request validation, prompt management, model configuration and logging,
3+
A lightweight, extensible gateway that exposes a clean **REST** API for interacting with
4+
multiple Large Language Model (LLM) providers (OpenAI, Ollama, vLLM, etc.).
5+
It centralises request validation, prompt management, model configuration and logging,
66
allowing your application to talk to any supported LLM through a single, consistent interface.
77

8-
This project provides a robust solution for managing and routing requests to various LLM backends.
9-
It simplifies the integration of LLMs into your applications by offering a unified API
8+
This project provides a robust solution for managing and routing requests to various LLM backends.
9+
It simplifies the integration of LLMs into your applications by offering a unified API
1010
and advanced features like load balancing strategies.
1111

1212
---

0 commit comments

Comments
 (0)