07Codex07 commited on
Commit
0fa2d53
·
1 Parent(s): b11bffc

Set SDK to Docker in metadata

Browse files
Files changed (1) hide show
  1. README.md +13 -8
README.md CHANGED
@@ -1,14 +1,19 @@
1
  ---
2
  title: PrepGraph Backend
3
- emoji: 🐠
4
- colorFrom: pink
5
- colorTo: red
6
- sdk: gradio
7
- sdk_version: 5.49.1
8
- app_file: app.py
9
  pinned: false
10
  license: mit
11
- short_description: FastAPI backend for PrepGraph — Groq-powered RAG chatbot.
12
  ---
13
 
14
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
1
  ---
2
  title: PrepGraph Backend
3
+ emoji:
4
+ colorFrom: blue
5
+ colorTo: purple
6
+ sdk: docker
7
+ app_port: 7860
 
8
  pinned: false
9
  license: mit
 
10
  ---
11
 
12
+ # 🧠 PrepGraph Backend
13
+
14
+ This Space hosts the **PrepGraph backend** powered by FastAPI and Groq.
15
+ It runs inside a Docker container and exposes endpoints such as `/chat` and `/health`.
16
+
17
+ ## 🚀 Run locally
18
+ ```bash
19
+ uvicorn main_api:app --host 0.0.0.0 --port 7860