Chatgpt integration with uipath using Integration Service

HI Team,
I am getting this below error when I try to integrate UiPath with CHATGPT.
I tried possible solutions by checking videos but nothing worked .
Can anyone help me to resolve this issue.

1 Like

Hi @Gayathri_Mk

I think this error raises because you have completed the new chats or messages limit.
ChatGPT limit is 20 chats per session or 200 messages total per day.
Check it by manually initializing the chat in chatGPT. If it not works then try with different account.

this is new account I created today I am using it first time

@Gayathri_Mk

in your integration services are you using the new account only?

as per error looks like the connection is used for a old account where the limit has been exceeded

cheers

The Too Many Requests Error is caused by an OpenAI user sending in more quarries than the permitted number per hour. A simple fix to the issue is to wait out the mentioned period of time.

OpenAI limits the use case of ChatGPT so as not to overload the servers as well as rely on the Chatbot.

This is common

Try after sometime it should be working or keep the query simple or sometimes it might due to server down

Furthermore, so as not to trigger the error, it is a good practice to pace out the quarry frequency as well as keep the quarries as simple as possible. Following these practices will not overburden the chatbot and give you precisely reliable answers.
The issues faced by users might be due to OpenAI’s servers being down. To check the server status, simply head over to https://status.openai.com. If the bar is green, it means that all the functions are operational; however, if they are red or orange then it means one of the functions is temporarily down. Scroll down on the page to learn about the current ongoing issues and try to use ChatGPT later.

Cheers @Gayathri_Mk

1 Like