Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ EMBEDDING=openai:text-embedding-3-small
STRATEGIC_LLM=openai:gpt-4o-mini # To increase speed, use gpt-4o-mini

# Maximum number of research iterations
MAX_ITERATIONS=2 # To increase speed, use 2
# (To increase speed, use 2)
MAX_ITERATIONS=2

# Optional example: Anthropic API key if using Claude
# ANTHROPIC_API_KEY=your_anthropic_api_key_here
Expand Down