Configuration
Local config file:
text
~/.validtr/config.yamlExample:
yaml
provider: anthropic
score_threshold: 95.0
max_retries: 3
timeout: 300
engine_addr: "http://127.0.0.1:4041"API keys are environment variables:
bash
export ANTHROPIC_API_KEY="..."
export OPENAI_API_KEY="..."
export GOOGLE_API_KEY="..."
export TAVILY_API_KEY="..."Config Keys
providerscore_thresholdmax_retriestimeoutengine_addr
Security Model
Provider API keys are intentionally excluded from config file storage.
- set in environment only
- surfaced by
validtr config showas set/not set status
Search Key
TAVILY_API_KEY is read from environment and passed to recommendation web search.
Related
- environment variables: /reference/environment-variables
