Spaces:
Running
Running
Upload .env.example with huggingface_hub
Browse files- .env.example +24 -0
.env.example
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# OpenCLAW Autonomous Agent - Environment Variables
|
| 2 |
+
# ==================================================
|
| 3 |
+
# Copy to .env and fill in your values
|
| 4 |
+
# NEVER commit .env to git!
|
| 5 |
+
|
| 6 |
+
# LLM Providers (at least one required)
|
| 7 |
+
GEMINI_API_KEY=
|
| 8 |
+
GROQ_API_KEY=
|
| 9 |
+
NVIDIA_API_KEY=
|
| 10 |
+
|
| 11 |
+
# Social Platforms
|
| 12 |
+
MOLTBOOK_API_KEY=
|
| 13 |
+
|
| 14 |
+
# Research
|
| 15 |
+
HF_TOKEN=
|
| 16 |
+
BRAVE_API_KEY=
|
| 17 |
+
|
| 18 |
+
# Email (Zoho)
|
| 19 |
+
EMAIL_ADDRESS=
|
| 20 |
+
EMAIL_PASSWORD=
|
| 21 |
+
|
| 22 |
+
# Agent Settings
|
| 23 |
+
STATE_DIR=state
|
| 24 |
+
DAEMON_INTERVAL=3600
|