File size: 467 Bytes
995af0f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
conda activate cc-api

pip install -r requirements.txt

uvicorn api:app --reload --port 8224

cloudflared tunnel --url localhost:8224

pip install -e .


curl -X POST https://advertisement-recent-play-hits.trycloudflare.com/v1/agent \
-H "Content-Type: application/json" \
-d '{
  "query": "Show me the number of elderly (over 70) fall injuries in Illinois",
  "stream": true,
  "inputs": {},
  "files": [],
  "user": "default_user",
  "response_mode": "streaming"
}'