excellent tutorial, clear steps, well organized, thanks!
@RPAFeed Жыл бұрын
Glad to know 😇
@roobanrajr8866 Жыл бұрын
Super ...nice content
@RPAFeed Жыл бұрын
Thank you 😇
@oscarmartinez2175 Жыл бұрын
I liked it a lot! 👌
@RPAFeed Жыл бұрын
Glad to know!
@vijayalaxmidash950811 ай бұрын
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.
@RPAFeed11 ай бұрын
Yeah,at the time of creating this video GenAI package wasn’t available.
@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.
@apurvamagdum5041 Жыл бұрын
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
@RPAFeed Жыл бұрын
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.
@vijayalaxmidash950811 ай бұрын
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
@sanketgavade6435 Жыл бұрын
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?
@RPAFeed Жыл бұрын
No, at the moment that’s not possible.
@sivakumarpothula5263 Жыл бұрын
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.
@RPAFeed Жыл бұрын
Try after sometime. Also, check this article from OpenAI - help.openai.com/en/articles/5955604-how-can-i-solve-429-too-many-requests-errors
@sivakumarpothula5263 Жыл бұрын
@@RPAFeed thanks
@moniruzzamanpiyash5252 Жыл бұрын
I am getting the same error, any solution?
@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.
@07aksh Жыл бұрын
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
@RPAFeed Жыл бұрын
If you have the extension enabled for incognito mode then you should be able to use it.
@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.