CoolFace
Apppublic

manitejeswar/project-webagent

sourceHugging Faceupdated 6mo agoView on Hugging Face
1likes
.env.example9 linesDownload Raw Back to root
1# Project WebAgent Environment Variables2 3# Groq API Key (Required for agent execution)4# Get yours at https://console.groq.com/5GROQ_API_KEY=your_groq_api_key_here6 7# Port for the FastAPI server (default is 8000)8PORT=80009