File size: 1,386 Bytes
327bfe3
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# ─────────────────────────────────────────────────────────────────────────────
#  .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