Add files via upload

This commit is contained in:
公明
2026-05-22 17:08:05 +08:00
committed by GitHub
parent 1c4d4b305b
commit 98c2de2a60
3 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -574,7 +574,7 @@ function restoreChatReasoningControlsFromStorage() {
}
if (e) {
const v = localStorage.getItem(REASONING_EFFORT_LS);
if (v !== null && ['', 'low', 'medium', 'high', 'max'].indexOf(v) !== -1) {
if (v !== null && ['', 'low', 'medium', 'high', 'max', 'xhigh'].indexOf(v) !== -1) {
e.value = v;
}
}