👾 A Python API wrapper for Poe.com. With this, you will have free access to GPT-4, Claude, Llama, Gemini, Mistral and more! 🚀
GNU General Public License v3.0
962
stars
114
forks
source link
Bot is not available #101
Closed
AdeliManesh closed 10 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.