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
677 stars 81 forks source link

API no longer working #160

Closed BeetleBonsai798 closed 2 weeks ago

BeetleBonsai798 commented 3 weeks ago

Using the API gives the error: ValueError: Bot chinchilla not found. Make sure the bot exists before creating new chat.

mknight1300 commented 3 weeks ago
  File "/usr/lib/python3.12/site-packages/poe_api_wrapper/api.py", line 690, in send_message
    raise e
  File "/usr/lib/python3.12/site-packages/poe_api_wrapper/api.py", line 660, in send_message
    raise ValueError(
ValueError: Bot gpt-4o not found. Make sure the bot exists before creating new chat.
7trail commented 3 weeks ago

Can confirm that this is an issue for me as well. What's weird is that it still shows in poe.com that I've sent a request to make a message.

EDIT: I've experimented further. It looks like https://github.com/snowby666/poe-api-wrapper/issues/161 is experiencing the same issue. I replicated the raw response data experienced by that individual. It also does not default to gpt3_5; if you input to use a specific bot, it will process that bot, but it will act like there was an error on the user end.

snowby666 commented 2 weeks ago

This is fixed in the v1.4.3. Please check documentation for new config.