fix: remove default for strix_llm, keep it required

This commit is contained in:
0xallam
2026-01-10 15:49:03 -08:00
committed by Ahmed Allam
parent 83efe3816f
commit 2e3dc0d276
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ class Config:
"""Configuration Manager for Strix."""
# LLM Configuration
strix_llm = "openai/gpt-5"
strix_llm = None
llm_api_key = None
llm_api_base = None
openai_api_base = None