Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

select and change what model you are using in the ui + change context length etc in live time while its running #194

Open
vivekuppal opened this issue Apr 5, 2024 Discussed in #192 · 4 comments
Labels
enhancement New feature or request

Comments

@vivekuppal
Copy link
Owner

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.

@tan-banana
Copy link

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.

@vivekuppal vivekuppal added the enhancement New feature or request label Apr 19, 2024
@chenosyong
Copy link

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.

@vivekuppal
Copy link
Owner Author

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.

@vivekuppal
Copy link
Owner Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants