Merge pull request #18438 from acwoo97/fix/load-defaults

fix: load default settings when sessionStorage is empty
This commit is contained in:
Tim Baek
2025-10-19 22:26:21 -05:00
committed by GitHub

View File

@@ -192,6 +192,8 @@
codeInterpreterEnabled = input.codeInterpreterEnabled;
}
} catch (e) {}
} else {
await setDefaults();
}
const chatInput = document.getElementById('chat-input');