# K15 OpenAI GPT-4o Test Target Configuration

# LLM Configuration
LLM_PROVIDER=OPENAI
LLM_MODEL=gpt-4o

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

# Target Information
TARGET_VERSION=1.0
