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

Bot is not available #101

Closed AdeliManesh closed 5 months ago

AdeliManesh commented 5 months ago

Hi, this is my code from poe_api_wrapper import PoeApi token = "testtoken" client = PoeApi(token)

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

Create new chat thread

print(client.send_message(bot, message))

i get error ValueError: Bot a2 not found. Make sure the bot exists before creating new chat.

AdeliManesh commented 5 months ago

i was using old version :)

AdeliManesh commented 5 months ago

..