# K20 Claude Opus 4.6 Test Target Configuration

# LLM Configuration
LLM_PROVIDER=ANTHROPIC
LLM_MODEL=claude-opus-4-6

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

# Target Information
TARGET_VERSION=1.0
