LEO WONG

Results 2 comments of LEO WONG

@coliff sorry for the late reply, but [#105](https://github.com/coliff/bootstrap-ie11/issues/105) is not the same case. Moreover, actually in my website, there are 3 errors occurred, I'm not sure if they're related >...

I have the same problem, and here's my solution ```python async def consult(session, prompt): last_chunk_time = asyncio.get_event_loop().time() first_chunk_received = False try: url = f"/api/v1/chats/{config.chat_id}/completions" headers = { "Content-Type": "application/json", "Authorization":...