fugthchat commited on
Commit
53f9c70
·
1 Parent(s): 0f77255

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -6
README.md CHANGED
@@ -1,11 +1,22 @@
1
  ---
2
- title: Hannah Pilot Interface
3
- emoji: 📚
4
- colorFrom: green
5
- colorTo: red
6
  sdk: docker
7
  pinned: false
8
- short_description: Hannah-Pilot-Interface
 
9
  ---
10
 
11
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
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.