Skip to content

Commit 8b49e5d

Browse files
author
Paweł Kędzia
committed
General description updated
1 parent daba611 commit 8b49e5d

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
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
10+
and advanced features like load balancing strategies.
11+
812
---
913

1014
### ✨ Key Features

0 commit comments

Comments
 (0)