You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+65-30Lines changed: 65 additions & 30 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,11 +8,14 @@
8
8
9
9
Self-hosted web API that exposes free, unlimited access to modern LLM providers through a single, simple HTTP interface. It includes an optional web GUI for configuration and supports running via Python or Docker.
10
10
11
-
- Free to use
12
-
- Unlimited requests
13
-
- Simple HTTP interface (returns plain text)
14
-
- Optional Web GUI
15
-
- Docker image available
11
+
## Key Features
12
+
13
+
-**Free to use** - No API keys or subscriptions required
14
+
-**Unlimited requests** - No rate limiting
15
+
-**Simple HTTP interface** - Returns plain text responses
16
+
-**Optional Web GUI** - Easy configuration through browser
17
+
-**Docker support** - Ready-to-use container available
18
+
-**Smart timeout handling** - Automatic retry with optimized timeouts
16
19
17
20
Note: The demo server, when available, can be overloaded and may not always respond.
18
21
@@ -43,13 +46,6 @@ Note: The demo server, when available, can be overloaded and may not always resp
0 commit comments