mirror of
https://github.com/usestrix/strix.git
synced 2026-08-22 11:02:08 +02:00
fix: remove default for strix_llm, keep it required
This commit is contained in:
@@ -539,7 +539,7 @@ def main() -> None:
|
||||
is_whitebox = bool(args.local_sources)
|
||||
|
||||
posthog.start(
|
||||
model=os.getenv("STRIX_LLM"),
|
||||
model=Config.get("strix_llm"),
|
||||
scan_mode=args.scan_mode,
|
||||
is_whitebox=is_whitebox,
|
||||
interactive=not args.non_interactive,
|
||||
|
||||
Reference in New Issue
Block a user