Neylton commited on
Commit
ad590b4
·
verified ·
1 Parent(s): dfd38ff

Upload .env

Browse files
Files changed (1) hide show
  1. .env +13 -0
.env ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Hugging Face Spaces paths
2
+ MAIN_PY_PATH=/home/user/latest_ai_development/src/latest_ai_development/main.py
3
+ REPORT_PATH=/home/user/latest_ai_development/report.md
4
+ WORKING_DIR=/home/user/latest_ai_development
5
+
6
+ # API Keys and Configuration
7
+ MAX_RETRIES=3
8
+ TIMEOUT=300
9
+ DEBUG=False
10
+
11
+ # Optional: Add any other environment variables your CrewAI setup needs
12
+ # OPENAI_API_KEY=your_key_here # If needed
13
+ # SERPAPI_API_KEY=your_key_here # If needed