File size: 335 Bytes
c7968ae
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
---
title: Web Bot Backend
sdk: docker
app_port: 7860
---


This Space runs the FastAPI backend.

**Required secrets / environment variables**

- `GEMINI_API_KEY`
- `TAVILY_API_KEY`

The container starts with:

- `uvicorn app.main:app --host 0.0.0.0 --port $PORT` (Spaces provides `PORT`; defaults to `7860` locally)