You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have created a bot with GPT-3.5-Turbo dependency using the code provided here. It works well on the web (poe.com). But I wanted to call my bot through this library and tried with the following code (from here). But it keeps giving the fastapi_poe.client.BotError: {"allow_retry": true, "text": "Internal server error"} error.
Error in Poe bot: Bot request to My_Bot_Name_Here failed on try 0
BotError('{"allow_retry": true, "text": "Internal server error"}')
Error in Poe bot: Bot request to My_Bot_Name_Here failed on try 1
BotError('{"allow_retry": true, "text": "Internal server error"}')
The error on the Modal console is:
Error in Poe bot: Bot request to GPT-3.5-Turbo failed on try 0
BotError('{"allow_retry": true, "text": "Internal server error"}')
Error in Poe bot: Bot request to GPT-3.5-Turbo failed on try 1
BotError('{"allow_retry": true, "text": "Internal server error"}')
It seems the GPT-3.5-Turbo dependency is working just fine on the web interface, but not working when using the API. Why is that?
The text was updated successfully, but these errors were encountered:
liku-amare
changed the title
Acessing my own bots through the fastapi_poe library
GPT-3.5-Turbo dependency not working when using the API
Jun 19, 2024
I have created a bot with
GPT-3.5-Turbo
dependency using the code provided here. It works well on the web (poe.com). But I wanted to call my bot through this library and tried with the following code (from here). But it keeps giving thefastapi_poe.client.BotError: {"allow_retry": true, "text": "Internal server error"}
error.The error on my VS Code is:
The error on the
Modal
console is:It seems the GPT-3.5-Turbo dependency is working just fine on the web interface, but not working when using the API. Why is that?
The text was updated successfully, but these errors were encountered: