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

GPT Responses #76

Closed
sdhreddy opened this issue Oct 4, 2023 · 9 comments
Closed

GPT Responses #76

sdhreddy opened this issue Oct 4, 2023 · 9 comments
Assignees
Labels
enhancement New feature or request

Comments

@sdhreddy
Copy link

sdhreddy commented Oct 4, 2023

Is there any way we can save GPT responses so that we can see the history . This would help as sometimes the speaker input is so fast that GPT responses keep updating and we are not able to see all the previous responses.

@vivekuppal
Copy link
Owner

Do you wish to persist just GPT responses or speaker input as well

@sdhreddy
Copy link
Author

sdhreddy commented Oct 4, 2023

GPT response are priority. Speaker Input , I believe cant be saved, because we are clearing that every 30 seconds per PR 72. If you can save Speaker Input in a file for later viewing, even after it clears the speaker input that would be awesome !

@vivekuppal
Copy link
Owner

Some of these items have been discussed in a messaging channel where we had similar conversations before. If you are interested in discussing with more participants, message me here or on linkedin (https://www.linkedin.com/in/vivekuppal/) with your email so you can be added to the discussion group as well.

@sdhreddy
Copy link
Author

sdhreddy commented Oct 4, 2023

Message you on Linkedin, thanks!

@vivekuppal
Copy link
Owner

The original request is to save all GPT responses. We could do that in a separate file. Would that help with your use case.

@sdhreddy
Copy link
Author

Yeah that would be great, would i be able to view the file while the conversation is going on or does it have to end?

@vivekuppal
Copy link
Owner

The way I am thinking about it is

  • Application will write all responses to a text file
  • Application UI will continue to show the last response as it does now
  • Can use a text editor to open the file and view all responses from LLM. Can use something like notepad++ which refreshes the file as the text changes.

@sdhreddy
Copy link
Author

that would work for viewing the history ! thanks !

@vivekuppal
Copy link
Owner

Resolved in PR #81

@vivekuppal vivekuppal self-assigned this Oct 20, 2023
@vivekuppal vivekuppal added the enhancement New feature or request label Oct 20, 2023
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

2 participants