avciTheProgrammer commited on
Commit
566d342
Β·
verified Β·
1 Parent(s): e75b858

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +21 -5
README.md CHANGED
@@ -1,11 +1,27 @@
1
  ---
2
- title: Ai Team Support
3
- emoji: 🌍
4
  colorFrom: blue
5
- colorTo: gray
6
  sdk: docker
7
  pinned: false
8
- short_description: AI Teams Assistance
9
  ---
10
 
11
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ title: AI Team Chat Backend
3
+ emoji: πŸ€–
4
  colorFrom: blue
5
+ colorTo: purple
6
  sdk: docker
7
  pinned: false
 
8
  ---
9
 
10
+ # AI Team Chat β€” Backend API
11
+
12
+ FastAPI backend powering the AI Team Chat app.
13
+
14
+ ## Environment Variables (set in HF Spaces β†’ Settings β†’ Secrets)
15
+
16
+ | Variable | Description |
17
+ |---|---|
18
+ | `GROQ_API_KEY` | Your Groq API key |
19
+ | `OPENAI_API_KEY` | Your OpenAI API key (optional) |
20
+ | `SUPABASE_URL` | Your Supabase project URL |
21
+ | `SUPABASE_KEY` | Your Supabase anon/service key |
22
+
23
+ ## Endpoints
24
+
25
+ - `POST /chat` β€” Main chat endpoint
26
+ - `GET /history/{session_id}` β€” Fetch session history
27
+ - `GET /health` β€” Health check