mirror of
https://github.com/usestrix/strix.git
synced 2026-08-17 09:29:49 +02:00
The memory compressor was calling litellm.completion() without passing the api_key and api_base parameters, causing authentication errors when LLM_API_KEY is set but provider-specific env vars (OPENAI_API_KEY, etc.) are not. This matches the pattern used in dedupe.py.