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

Voice recorder button should be disabled when model is busy. #32

Open
ItzAmeerHamza opened this issue Nov 22, 2024 · 0 comments
Open

Voice recorder button should be disabled when model is busy. #32

ItzAmeerHamza opened this issue Nov 22, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@ItzAmeerHamza
Copy link

Bug Description
During when model is busy in generating response or listening to a user's query, the voice recorder should be disabled. Currently it is enable and clicking it saying, "Please wait for the assistant to finish."

Screenshots
image

Suggestion
There can be two solution for this bug.
1- Simply disable the voice recorder button while model is busy and user has already submitted his prompt.
2- Maintain a queue for user's prompts while the model is already occupied and entertain the requests in FCFS order. (It is little complicated but it can add more value to the product)

@ItzAmeerHamza ItzAmeerHamza added the bug Something isn't working label Nov 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant