feat: add web server backend.
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
# Copy this file to .env and fill in your values.
|
||||
# NEVER commit .env — it is listed in .gitignore.
|
||||
|
||||
# Groq API key — obtain from https://console.groq.com/keys
|
||||
GROQ_API_KEY=your_groq_api_key_here
|
||||
|
||||
# Server port (optional, defaults to 5000)
|
||||
PORT=5000
|
||||
Reference in New Issue
Block a user