aws-samples / aws-serverless-openai-chatbot-demo

MIT No Attribution
135 stars 57 forks source link

Support with streaming outputs from OpenAI APIs #35

Open sundar7D0 opened 1 year ago

sundar7D0 commented 1 year ago

In the lambda function, I could see that 'stream' parameter is not taken as an argument. That would need significant refactoring of the code as one needs to wait for the data to arrive. Has someone implemented with streaming?