excellent tutorial, clear steps, well organized, thanks!
@RPAFeed Жыл бұрын
Glad to know 😇
@roobanrajr88662 жыл бұрын
Super ...nice content
@RPAFeed2 жыл бұрын
Thank you 😇
@oscarmartinez21752 жыл бұрын
I liked it a lot! 👌
@RPAFeed2 жыл бұрын
Glad to know!
@heliahaghighi3597 Жыл бұрын
I'm getting this error: "error": / billing details." "tvne". '"insufficient quota". "param": null, "code": null "message": You exceeded your current quota, please check your plan and
@RPAFeed Жыл бұрын
Try with another email account. Or try using the OpenAI-GPT3 package of A360.
@sanketgavade64352 жыл бұрын
Sir I tried this bot and asked for one query along with image,So it gives me description and the image link.but I want the image to be shown in message box.So can we do that?
@RPAFeed2 жыл бұрын
No, at the moment that’s not possible.
@vijayalaxmidash9508 Жыл бұрын
Using Rest package to get a response is another way and now we have openAi command under Generative AI package and we can use first Authenticate to do a handshake between RPA server using the API key and then use prompt AI or Chat AI to send our queries and get back reponse.
@RPAFeed Жыл бұрын
Yeah,at the time of creating this video GenAI package wasn’t available.
@apurvamagdum50412 жыл бұрын
I have a question about A360. During my interview interviewer ask me, If you want to deploy a bot having 1000 number of data in 3 different machine in a single day how can you do that. Please ans me this question
@RPAFeed2 жыл бұрын
You can maintain records in db and update the status of the record that is being picked by the bot. And deploy this bot across 3 different runner machines pointing to same db.
@vijayalaxmidash9508 Жыл бұрын
Well here is what we use workload management and queue concepts. in case one doesnt have explored WLM then we can use as suggested below
@07aksh2 жыл бұрын
how can i use capture command in incognito mode as i want to insert my username nad password....do u know other way to do it
@RPAFeed2 жыл бұрын
If you have the extension enabled for incognito mode then you should be able to use it.
@priyanshumishra3014 Жыл бұрын
Can't be able to use it error :- 429 too many requests how can I fix it ????
@RPAFeed Жыл бұрын
OpenAI limits the use case of ChatGPT so as not to overload the servers as well as rely on the Chatbot. A simple fix to the issue is to wait for some time (may be an hour) and then try again.
@sivakumarpothula52632 жыл бұрын
Hi i'M getting error like this: "429 Too many requests. You have sent too many requests in the given time. " Any solution for above error pls? I have tried it in incognito as well.
@RPAFeed2 жыл бұрын
Try after sometime. Also, check this article from OpenAI - help.openai.com/en/articles/5955604-how-can-i-solve-429-too-many-requests-errors
@sivakumarpothula52632 жыл бұрын
@@RPAFeed thanks
@moniruzzamanpiyash5252 Жыл бұрын
I am getting the same error, any solution?
@moniruzzamanpiyash5252 Жыл бұрын
i am getting a error, Can anyone help me?
@RPAFeed Жыл бұрын
What error? Please specify the details.
@bigbang5687 Жыл бұрын
Used the same code but getting this error : 429 too many requests. You send too many requests in a given time. But this is the first time I'm trying it
@RPAFeed Жыл бұрын
Try create another account using different email id.
@bigbang5687 Жыл бұрын
@@RPAFeed which account ? OpenAI or automation anywhere ?
@RPAFeed Жыл бұрын
@@bigbang5687 OpenAI
@bigbang5687 Жыл бұрын
@@RPAFeed still the same issue
@RPAFeed Жыл бұрын
@big bang Try using the *OpenAI* built-in package *GPT-3* instead of this REST API Call.