fix: add missing 'low' value to reasoning effort options

This commit is contained in:
0xallam
2026-01-09 20:17:46 -08:00
parent 071acf86f5
commit 2d35a4e0bd
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -55,7 +55,7 @@ _LLM_API_BASE = (
)
_STRIX_REASONING_EFFORT = os.getenv(
"STRIX_REASONING_EFFORT"
) # "none", "minimal", "medium", "high", or "xhigh"
) # "none", "minimal", "low", "medium", "high", or "xhigh"
class LLMRequestFailedError(Exception):