Spaces:
Sleeping
Sleeping
| # ───────────────────────────────────────────────────────────────────────────── | |
| # .env.example — copy to .env and fill in your values | |
| # DO NOT commit the real .env file to version control. | |
| # ───────────────────────────────────────────────────────────────────────────── | |
| # ── OpenAI / LLM ───────────────────────────────────────────────────────────── | |
| OPENAI_API_KEY=sk-...your-key-here... | |
| # ── Deterministic / evaluation mode ────────────────────────────────────────── | |
| # Set to "1" to force temperature=0 for reproducible eval runs | |
| AISA_DETERMINISTIC=0 | |
| # ── Logging ─────────────────────────────────────────────────────────────────── | |
| # Relative path for agent step logs (default: ./logs/agent_steps.log) | |
| # LOG_DIR=logs | |