vsakkas / sydney.py

Python Client for Copilot (formerly named Bing Chat), also known as Sydney.
MIT License
263 stars 37 forks source link

Word or character missing #88

Closed IKDH closed 11 months ago

IKDH commented 11 months ago

Sometimes, when I use the function ask_stream, the first character or the first word of the response is missing.

async for response in syd.ask_stream(prompt): res.append(response)

vsakkas commented 11 months ago

Hi @IKDH Can you try 0.17.2 and let me know if that fixes the issue for you? Thanks!

IKDH commented 11 months ago

It seems to have solve the problem. I will do more test and tell you.

IKDH commented 11 months ago

It definitively have solved it. Thanks !