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

Option to edit speaker text #181

Closed
pramodvasireddy opened this issue Mar 20, 2024 · 5 comments
Closed

Option to edit speaker text #181

pramodvasireddy opened this issue Mar 20, 2024 · 5 comments
Labels
enhancement New feature or request

Comments

@pramodvasireddy
Copy link

I felt like if there is an option to edit the text what the speaker said would be a good feature. sometimes it is unable to transcribe some words properly.

I also think not only listening to the speaker, there should be a choice to type and get a response.

@tan-banana
Copy link

tan-banana commented Mar 21, 2024

One can change the whisper models or use the speaker diarization to solve this. the llm will respond even if only half the question is transcribed if your context and stuff it setup ahead and debugged and the model is smart enough. A better way would be to add context verbally live. the issue is when you try to do this it only works half the time. like you: "so my experinece in 3 minutes hmm let me think" and then you could reprompt the llm that way. more reprompt needs are caused by the hallucinations that mess up the context weighting. see caustive primary underlying issue here: #184 (comment)

@tan-banana
Copy link

I noticed its possibel to edit the text and then right click over it and get a repsonse but its not persistant

@mang0sw33t
Copy link
Collaborator

I noticed its possibel to edit the text and then right click over it and get a repsonse but its not persistant

I did not see how to do it.
Can you elaborate how?

@tan-banana
Copy link

tan-banana commented Apr 5, 2024

STEPS:

  1. type into the left hand of the ui.
  2. highlight that text and whatever else you want to include thats nearby
  3. right click and select generate text
  4. the llm returns the answer to that selected text doesnt matter whether or not it was transcribed since in this case it was typed by the user.
  5. the text disappears that was typed by the user.
    So the solution would be to just make that typed text persistant and part of the transcript record and llm context.

I noticed its possibel to edit the text and then right click over it and get a repsonse but its not persistant

I did not see how to do it. Can you elaborate how?

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

Addressed in PR #226

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

4 participants