Integrating ChatGPT with A360 | Open API + A360

preview_player
Показать описание
Join this channel to get access to the perks:

Integrating ChatGPT with A360 | Open API + A360
In this video, we have demonstrated how you can integrate ChatGPT in RPA using Automation Anywhere A360. Using REST Web Service Package to get data from ChatGPT API in A360.

==============================================================================
URLs and Other details used in the video:

🔸Generate API Key:

🔸URI:

🔸Header:
Authorization
Bearer $APIKey$

🔸JSON Parameters
{
"model": "text-davinci-003",
"prompt": "$userInput$",
"max_tokens": 500,
"temperature": 0,
"top_p": 1,
"n": 1,
"stream": false,
"logprobs": null,
"stop": null
}
==============================================================================
👉 Subscribe to our RPAFeed YouTube channel to get video updates.

Social Media:

#chatgpt #a360 #automationanywhere

Рекомендации по теме
Комментарии
Автор

excellent tutorial, clear steps, well organized, thanks!

edwardgarabedian
Автор

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.

vijayalaxmidash
Автор

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

heliahaghighi
Автор

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?

sanketgavade
Автор

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

apurvamagdum
Автор

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

aksh
Автор

Can't be able to use it error :- 429 too many requests how can I fix it ????

priyanshumishra
Автор

i am getting a error, Can anyone help me?

moniruzzamanpiyash
Автор

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.

sivakumarpothula
Автор

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

bigbang