Coverage for src / local_deep_research / config / constants.py: 100%

2 statements  

« prev     ^ index     » next       coverage.py v7.13.5, created at 2026-04-14 23:55 +0000

1"""Shared constants used across the codebase.""" 

2 

3DEFAULT_OLLAMA_URL = "http://localhost:11434" 

4DEFAULT_LMSTUDIO_URL = "http://localhost:1234/v1"