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

RuntimeError: Daily limit reached for gpt4_o. #166

Closed KYKKIS2 closed 1 week ago

KYKKIS2 commented 2 weeks ago

image

As the image states, the gpt4_o model doesn't have a limit, but for some reason after asking it 5 times different stuff it gave me a Daily limit reached for gpt4_o.

Is this normal? Or am i doing something wrong with my code.

Thanks you.

snowby666 commented 1 week ago

Poe has a currency system using points (varied by your subscription tier) when sending message.

You can check your remaining points (which refreshed daily) with this:

data = client.get_settings()
print(data)