# K25 Claude 4 Test Target Configuration

# LLM Configuration
LLM_PROVIDER=ANTHROPIC
LLM_MODEL=claude-sonnet-4-20250514

# Search-K (fetch-k) controls the number of document chunks sent to the LLM for analysis
SEARCH_K=30
# Citation limit only controls the number of citations displayed in the UI
CITATION_LIMIT=30
SEARCH_SCORE_THRESHOLD=0.0

# Target Information
TARGET_VERSION=1.0
