mirror of
https://github.com/usestrix/strix.git
synced 2026-08-16 01:16:40 +02:00
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:
co-authored by
greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
parent
6f4ca95338
commit
d932602a6b
@@ -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