Update args in strix/interface/main.py

Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
This commit is contained in:
Ahmed Allam
2026-01-10 07:59:27 +04:00
parent 6f4ca95338
commit d932602a6b

View File

@@ -125,9 +125,10 @@ def validate_environment() -> None: # noqa: PLR0912, PLR0915
error_text.append("", style="white") error_text.append("", style="white")
error_text.append("STRIX_REASONING_EFFORT", style="bold cyan") error_text.append("STRIX_REASONING_EFFORT", style="bold cyan")
error_text.append( error_text.append(
" - Reasoning effort level (default: high)\n", " - Reasoning effort level: none, minimal, medium, high, xhigh (default: high)\n",
style="white", style="white",
) )
)
error_text.append("\nExample setup:\n", style="white") error_text.append("\nExample setup:\n", style="white")
error_text.append("export STRIX_LLM='openai/gpt-5'\n", style="dim white") error_text.append("export STRIX_LLM='openai/gpt-5'\n", style="dim white")