fix: load default settings when sessionStorage is empty

This commit is contained in:
Chanwoo An 2025-10-20 11:52:29 +09:00
parent 8af6a4cf21
commit 9784eb4c0b

View file

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