snowby666 / poe-api-wrapper

👾 A Python API wrapper for Poe.com. With this, you will have free access to GPT-4, Claude, Llama, Gemini, Mistral and more! 🚀
https://pypi.org/project/poe-api-wrapper/
GNU General Public License v3.0
962 stars 114 forks source link

Async Support #57

Closed 7trail closed 8 months ago

7trail commented 1 year ago

Is this at all possible? Thank you!

7trail commented 1 year ago

If it helps any, the httpx.Client class, which seems to be the reason it's currently synchronous, has an AsyncClient version. This asynchronous version of the class looks like it has all the same methods available, just as an async.

snowby666 commented 8 months ago

This is added in the new version