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
687 stars 82 forks source link

API seems down since yesterday #107

Closed bluusun closed 4 months ago

bluusun commented 4 months ago

from poe_api_wrapper import PoeApi

bot = "a2" message = "What is reverse engineering?"

File "/opt/homebrew/lib/python3.11/site-packages/poe_api_wrapper/api.py", line 718, in send_message raise ValueError( ValueError: Bot a2 not found. Make sure the bot exists before creating new chat.

snowby666 commented 4 months ago

theres quick fix for that, u may update the lib to v1.3.7:

pip install -U poe-api-wrapper
bluusun commented 4 months ago

Hehe - That was too easy! Thank you so much!