Adam Pelyhe

Results 6 comments of Adam Pelyhe

I am trying to implement streaming response according to the SteerCode implementation, but it is not working yet. It still waits the whole answer and returns it as one. Can...

Thank you for your response! Unfortunately, it throws this error: `TypeError: 'async for' requires an object with __aiter__ method, got str` to this line: `async for message in await chat_controller.askAI(prompt=prompt,...

I think the main question here is not that we want to get only the final answer, but the streaming part, so the user does have to wait 20-30 seconds...