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
This would ideally use a queue but that will require using a different UI since the gradio ChatBot expects each input to return a value synchronously
Relates to #26
* Prevent sending an input until the previous response has been handled
This would ideally use a queue but that will require using a different UI since the gradio ChatBot expects each input to return a value synchronously
Relates to #26
* Implement gradio State to track a session ID
Update handling so TTS responses are attached to a specific browser session
* Implement session-specific profile settings
* Add remaining user profile params to UI
---------
Co-authored-by: Daniel McKnight <[email protected]>
Objective
This implementation does not queue inputs and may encounter race conditions with multiple users
Initial Implementation Requirements
Other Considerations
No response
The text was updated successfully, but these errors were encountered: