# K15 Google gemini-2.0-flash Test Target Configuration

# LLM Configuration
LLM_PROVIDER=GOOGLE
LLM_MODEL=gemini-2.0-flash

# 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