File size: 332 Bytes
31883ce
7f62453
 
31883ce
 
7f62453
 
31883ce
 
7f62453
31883ce
7f62453
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Copy to .env in this directory for local development.

# Required
HF_TOKEN=your_huggingface_token_here
AGENTS_LLM_MODEL=huggingface/Qwen/Qwen2.5-7B-Instruct

# Optional
AGENTS_LLM_TEMPERATURE=0.5
# AGENTS_LLM_BASE_URL=https://your-openai-compatible-endpoint.example

# Optional (local debugging only)
# AGENTS_DEBUG=1
# PORT=9000