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:
@@ -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")
|
||||||
|
|||||||
Reference in New Issue
Block a user