first commit

This commit is contained in:
bolade
2025-11-05 01:03:10 +01:00
commit 5a802e7641
20 changed files with 6161 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
# OpenAI API Key (required)
OPENAI_API_KEY=your_openai_api_key_here
# Model to use (default: gpt-4o-mini)
MODEL=gpt-4o-mini
# Run browser in headless mode (default: false)
# Set to "true" for headless mode (no browser window visible)
HEADLESS=false
# Server configuration
HOST=0.0.0.0
PORT=8000