You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Originally posted by tan-banana April 4, 2024
similar to how open ai's backend has the option to edit context and other model variables. Say I get asked a very hard question and need to get a different model to solve it live time. Or I get asked context questions that span longer than the normal preset length in live convo.
The text was updated successfully, but these errors were encountered:
to add more to this issue: we need to move what is in the parameters file that is normally changed in the code right now move it to the UI so the user can control themselves live time (user needs to be able to adapt to whatever is thrown at them live), note: this is not meant to add features rather transport exisitng features to the UI for user ui control.
It is recommended that multiple pieces of content on the left side can be clicked again according to their own situation, and the corresponding reply answer is displayed on the right side again.
That is a very good suggestion from user perspective.
Implementing that requires we save the content with some relationships so it can be restored for the user. We would have to reason through saving Speech to Text content and LLM responses in a DB so as to be able to show that again when requested.
It is recommended that multiple pieces of content on the left side can be clicked again according to their own situation, and the corresponding reply answer is displayed on the right side again.
Tracked as issue #211 . This suggestion is not related to the original issue filed by the user.
Discussed in #192
Originally posted by tan-banana April 4, 2024
similar to how open ai's backend has the option to edit context and other model variables. Say I get asked a very hard question and need to get a different model to solve it live time. Or I get asked context questions that span longer than the normal preset length in live convo.
The text was updated successfully, but these errors were encountered: