Spaces:
Build error
Build error
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,15 +1,16 @@
|
|
|
|
|
| 1 |
title: FugthChat Story Generator
|
| 2 |
emoji: π
|
| 3 |
colorFrom: blue
|
| 4 |
colorTo: indigo
|
| 5 |
sdk: docker
|
| 6 |
app_port: 7860
|
|
|
|
| 7 |
|
| 8 |
-
π FugthChat GGUF Story Generator
|
| 9 |
|
| 10 |
This Space runs a multi-model GGUF backend using FastAPI.
|
| 11 |
-
It downloads models on startup, not during the build, to prevent timeouts.
|
| 12 |
|
| 13 |
-
GET /: Health check.
|
| 14 |
-
|
| 15 |
-
POST /generate: Main generation endpoint.
|
|
|
|
| 1 |
+
---
|
| 2 |
title: FugthChat Story Generator
|
| 3 |
emoji: π
|
| 4 |
colorFrom: blue
|
| 5 |
colorTo: indigo
|
| 6 |
sdk: docker
|
| 7 |
app_port: 7860
|
| 8 |
+
---
|
| 9 |
|
| 10 |
+
# π FugthChat GGUF Story Generator
|
| 11 |
|
| 12 |
This Space runs a multi-model GGUF backend using FastAPI.
|
| 13 |
+
It downloads models on **startup**, not during the build, to prevent timeouts.
|
| 14 |
|
| 15 |
+
- **GET /**: Health check.
|
| 16 |
+
- **POST /generate**: Main generation endpoint.
|
|
|