How to use Chat-GPT in Power Automate Desktop? Full Tutorial

Published: 11 May 2023
on channel: Thomas Janssen | Tom's Tech Academy
5,563
82

⚠️⚠️⚠️ OpenAI changed their API - this method still works but you have to make some changes - please check my pinned comment ⚠️⚠️⚠️

Follow this tutorial if you want to learn how to connect to Chat-GPT with Power Automate Desktop. We fetch the results via the API and store them in an Excel file.

⭐️ Links to the resources ⭐
🔗 Click here if you don't have an OpenAI account yet:    • How to get an Open AI / Chat-GPT API Key  
🔗 Configure the API key in OpenAI: https://platform.openai.com/account/a...
🔗 Documentation of the API: https://platform.openai.com/docs/guid...

⭐️ This is the request body of the Invoke Web Service I use⭐

{
"model": "text-davinci-003",
"prompt": "Please provide 10 ideas for an RPA YouTube channel",
"max_tokens": 1000,
"temperature": 0,
"n": 1,
"stream": false,
"logprobs": null,
"stop": null
}

⭐️ Follow me ⭐
💼 LinkedIn:   / thomas--janssen  
🧡 Instagram: TomsTechAcademy

#powerautomate #powerautomatedesktop #roboticprocessautomation


Watch video How to use Chat-GPT in Power Automate Desktop? Full Tutorial online, duration hours minute second in high quality that is uploaded to the channel Thomas Janssen | Tom's Tech Academy 11 May 2023. Share the link to the video on social media so that your subscribers and friends will also watch this video. This video clip has been viewed 5,563 times and liked it 82 visitors.