Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,11 +1,22 @@
|
|
| 1 |
---
|
| 2 |
-
title: Hannah
|
| 3 |
-
emoji:
|
| 4 |
-
colorFrom:
|
| 5 |
-
colorTo:
|
| 6 |
sdk: docker
|
| 7 |
pinned: false
|
| 8 |
-
|
|
|
|
| 9 |
---
|
| 10 |
|
| 11 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
+
title: Hannah AI Backend
|
| 3 |
+
emoji: 🤖
|
| 4 |
+
colorFrom: gray
|
| 5 |
+
colorTo: gray
|
| 6 |
sdk: docker
|
| 7 |
pinned: false
|
| 8 |
+
license: mit
|
| 9 |
+
app_port: 7860
|
| 10 |
---
|
| 11 |
|
| 12 |
+
# Hannah AI Backend
|
| 13 |
+
|
| 14 |
+
This is the API engine for Hannah AI.
|
| 15 |
+
|
| 16 |
+
## How to use
|
| 17 |
+
1. This backend hosts the GGUF model files.
|
| 18 |
+
2. It provides an API endpoint at `/api/chat` and `/api/models`.
|
| 19 |
+
3. The frontend (hosted on GitHub or elsewhere) connects to this API via CORS.
|
| 20 |
+
|
| 21 |
+
## Setup
|
| 22 |
+
Upload your `.gguf` model files to the "Files" tab.
|