Spaces:
Sleeping
Sleeping
metadata
title: AI Team Chat Backend
emoji: π€
colorFrom: blue
colorTo: purple
sdk: docker
pinned: false
AI Team Chat β Backend API
FastAPI backend powering the AI Team Chat app.
Environment Variables (set in HF Spaces β Settings β Secrets)
| Variable | Description |
|---|---|
GROQ_API_KEY |
Your Groq API key |
OPENAI_API_KEY |
Your OpenAI API key (optional) |
SUPABASE_URL |
Your Supabase project URL |
SUPABASE_KEY |
Your Supabase anon/service key |
Endpoints
POST /chatβ Main chat endpointGET /history/{session_id}β Fetch session historyGET /healthβ Health check