NeonGeckoCom / neon-iris

Interactive Relay for Intelligence Systems
Other
2 stars 2 forks source link

Threaded input handling and multi-session support #31

Closed NeonDaniel closed 7 months ago

NeonDaniel commented 7 months ago

Description

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

Issues

Relates to #26 Closes #27

Other Notes