fix: load default settings when sessionStorage is empty
@@ -192,6 +192,8 @@
codeInterpreterEnabled = input.codeInterpreterEnabled;
}
} catch (e) {}
+ } else {
+ await setDefaults();
const chatInput = document.getElementById('chat-input');