can you add a sidebar for more features such as cube root, greatest common factor and a lot more scientific features? and make it so that even pressing the sceietific feature like squre root not just directly becore like equal cause it will just perform the action right away. add peranthese too - Follow Up Deployment
can you add a sidebar for more features such as cube root, greatest common factor and a lot more scientific features? and make it so that even pressing the sceietific feature like squre root not just directly becore like equal cause it will just perform the action right away. add peranthese too - Follow Up Deployment
the custom model is not reporting the model name and stream to the server. you need to add the following json parameter for custom model to work: model: <model specified in the settings> stream true or false specified by the checkbox - Follow Up Deployment
the custom model is not reporting the model name and stream to the server. you need to add the following json parameter for custom model to work: model: <model specified in the settings> stream true or false specified by the checkbox - Follow Up Deployment
the custom model is not reporting the model name and stream to the server. you need to add the following json parameter for custom model to work: model: <model specified in the settings> stream true or false specified by the checkbox - Follow Up Deployment
can you add suppport for streaming? and then add a tailwind modern tick box in custom model setting called Streaming to toggle if the model supports streaming - Follow Up Deployment
instead of displaying a json error, just display the text content if it is text: Error: Unexpected non-whitespace character after JSON at position 1 (line 1 column 2) - Follow Up Deployment
index.html:634 API Error: ReferenceError: Cannot access 'chat' before initialization at index.html:595:57 at Array.find (<anonymous>) at sendMessage (index.html:595:38) at HTMLFormElement.<anonymous> (index.html:933:13) i cannot send any message this happens - Follow Up Deployment
messages do not send anymore. and these errors poped up: index.html:540 Uncaught ReferenceError: updateRegenerateButton is not defined at renderMessages (index.html:540:13) at loadChat (index.html:483:13) at HTMLDivElement.<anonymous> (index.html:385:61) renderMessages @ index.html:540 loadChat @ index.html:483 (anonymous) @ index.html:385 index.html:540 Uncaught (in promise) ReferenceError: updateRegenerateButton is not defined at renderMessages (index.html:540:13) at sendMessage (index.html:568:13) at HTMLFormElement.<anonymous> (index.html:925:13) - Follow Up Deployment
i do not see a regenerate button. can you make it show a list of button (regenerate, edit) when hovering a assistant message and show only edit when hovering user message - Follow Up Deployment
can you fix this error: Uncaught SyntaxError: Identifier 'chat' has already been declared (at index.html:532:19) that seem to occur here // Add user message to chat const chat = chats.find(c => c.id === currentChatId); const userMessage = { role: 'user', content: message, - Follow Up Deployment