Hey Meeran
Awesome work you did here. I'm working on something similar to basically separate the OpenAI API from what ever UI platform it is being accessed from (our Web App, WhatsApp, Slack etc.) and use Fast API as the middleware. One Question: You opted to use the "direct" way for handling the stream response events from OpenAI isntead of using the AsisistantEventHandler. Is there any reason for this? Would it even be possible? Since, to my knowledge, the AssistantEventhandler is not async compatible. Thanks for your help!
Best,
Aaron
Hey Meeran
Awesome work you did here. I'm working on something similar to basically separate the OpenAI API from what ever UI platform it is being accessed from (our Web App, WhatsApp, Slack etc.) and use Fast API as the middleware. One Question: You opted to use the "direct" way for handling the stream response events from OpenAI isntead of using the AsisistantEventHandler. Is there any reason for this? Would it even be possible? Since, to my knowledge, the AssistantEventhandler is not async compatible. Thanks for your help!
Best,
Aaron