Current section

Files

Jump to
llm_db config test.exs
Raw

config/test.exs

import Config
# Test configuration
config :llm_db,
compile_embed: false,
integrity_policy: :warn,
# Use test-specific cache directory to avoid polluting production cache
models_dev_cache_dir: "tmp/test/upstream",
openrouter_cache_dir: "tmp/test/upstream",
upstream_cache_dir: "tmp/test/upstream"