CHATGPT OPENAI error using http request activity

Hi UiPath Enthusiasts,

I tried accessing OpenAi chagpt through http request activity by prompting basic question
Doesn’t it OpenSource ?

I am getting below error in response
{
“message”: “{\n "error": {\n "message": "You exceeded your current quota, please check your plan and billing details. For more information on this error, read the docs: https://platform.openai.com/docs/guides/error-codes/api-errors.\”,\n "type": "insufficient_quota",\n "param": null,\n "code": "insufficient_quota"\n }\n}\n",

@RAKESH_KUMAR_BEHERA @Jobin_Joy

Hello @vikumars ,

The error message you’re receiving indicates that you’ve exceeded your current quota for accessing the OpenAI API. This typically happens when you’ve made more requests than your plan or subscription allows

Thanks,
Gautham.

HI @Gautham_Pattabiraman

Even I tried signing up with different Gmail accounts in the Openai.com by generating new secret keys and tried it in UiPath but receiving the same message.

@vikumars

Oh…Okay.

Sorry I have no idea on this as well.

While some implementations are available for use in the public domain, the model itself and its trained weights are protected by copyright and may sometimes only be available under licenses or through . So the answer to your question depends on what exactly you mean by . If you mean that you can access the source code of the model itself, then this is usually not the case. However, you can use it to interact with the model and get its output.

Does anyone know the solution of this problem?