|
1 | | -# llm‑router — Python client library |
| 1 | +# llm‑router-LIB — Python client library |
2 | 2 |
|
3 | | -**llm‑router** is a lightweight Python client for interacting with the LLM‑Router API. |
| 3 | +**llm‑router** is a lightweight Python client for interacting with the LLM‑Router API. |
4 | 4 | It provides typed request models, convenient service wrappers, and robust error handling so you can focus on building |
5 | 5 | LLM‑driven applications rather than dealing with raw HTTP calls. |
6 | 6 |
|
7 | 7 | --- |
8 | 8 |
|
9 | | -## Table of Contents |
10 | | - |
11 | | -1. [Overview](#overview) |
12 | | -2. [Features](#features) |
13 | | -3. [Installation](#installation) |
14 | | -4. [Quick start](#quick-start) |
15 | | -5. [Core concepts](#core-concepts) |
16 | | - - [Client](#client) |
17 | | - - [Data models](#data-models) |
18 | | - - [Services](#services) |
19 | | - - [Utilities](#utilities) |
20 | | - - [Error handling](#error-handling) |
21 | | -6. [Testing](#testing) |
22 | | -7. [Contributing](#contributing) |
23 | | -8. [License](#license) |
24 | | - |
25 | | ---- |
26 | | - |
27 | 9 | ## Overview |
28 | 10 |
|
29 | | -`llm_router_lib` is the official Python SDK for the **LLM‑Router** project <https://github.com/radlab-dev-group/llm-router>. |
| 11 | +`llm_router_lib` is the official Python SDK for the **LLM‑Router** |
| 12 | +project <https://github.com/radlab-dev-group/llm-router>. |
30 | 13 |
|
31 | 14 | It abstracts the HTTP layer behind a small, well‑typed API: |
32 | 15 |
|
@@ -70,7 +53,7 @@ If you prefer a regular installation from a wheel or source distribution, use: |
70 | 53 | pip install . |
71 | 54 | ``` |
72 | 55 |
|
73 | | -> **Note** – The project relies only on the packages listed in the repository’s `requirements.txt` |
| 56 | +> **Note** – The project relies only on the packages listed in the repository’s `requirements.txt` |
74 | 57 | > (pydantic, requests, etc.), all of which are installed automatically by `pip`. |
75 | 58 |
|
76 | 59 | --- |
|
0 commit comments