How to Implement OpenAI's ChatGPT in Power Automate Desktop

preview_player
Показать описание
Join automation developer Anders Jensen as he takes you on a step-by-step journey on how to implement OpenAI's ChatGPT in Microsoft Power Automate Desktop.

In this video, you will learn how to obtain the endpoint URL and API key and use an Invoke web service action to call ChatGPT and receive a response. Anders also discusses the various Request body parameters, including the model, prompt, and max tokens, and demonstrates how to parse the text from the JSON response.

This tutorial is perfect for automation developers interested in learning about the capabilities of Power Automate Desktop and ChatGPT and how they can be leveraged in workflow automation. Don't miss this opportunity to take your automation skills to the next level!

VIDEOS FOR YOU:

POWER AUTOMATE DESKTOP GROUPS:
- Join my network with 6000+ Automation/RPA developers, where we solve Automation/RPA problems, network and help each other upgrade our careers. It's free!

FOLLOW ME:

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

I made a Discord, so we can network and solve RPA problems together 😊

andersjensenorg
Автор

Thanks for sharing and special thanks for putting the link in the description to the instructions file. Much easier to copy / paste. Greatly appreciated. So many creators just make you retype it. You rock sir!

TarotStarstruck
Автор

This works brillinatly and no longer have to use the chat GPT website - thanks again

shaunrowley
Автор

Wow, it's great, and it seems simpler than Power Automate. Thank you!

PaweW-tdwt
Автор

Obrigado Anders Jensen for this nice video. Almost work for me but i had an error :
"error": {
"message": "You exceeded your current quota, please check your plan and billing details.",
"type": "insufficient_quota",
"param": null,
"code": "insufficient_quota"
Yes i know! how can i have more quota ? Thank you Jensen for this useful video.

ALVINMAN
Автор

Funcionou perfeitamente! Muito obrigado.

ricardonery
Автор

Superb video Anders and right on time! Sadly seems Chat GPT plus package doesn’t offer any special API key subscription as of now. There can be many potential use cases combining Power Automate with Chat GPT!

adnanazad
Автор

Thanks a lot Anders👍Great stuff. Do you know if we need to do anything to have those $18 free credit? Seems that I have no credit in my account.

anguswmt
Автор

Heyy, hoping someone can help, im getting thie following error: {
"error": {
"message": "you must provide a model parameter",
"type": "invalid_request_error",
"param": null,
"code": null
}
}

sgotach_
Автор

Great video, thank you! I was wondering if perhaps I could ask you a question in private regarding a potential business opportunity if you would be interested? Also do you know if it's possible to take the json response and insert it into a script file? I think I found a way to clean the openai response and I pre prompt it so the user input only generates the power automate api code needed in the response and then I'd like to have that response saved in a script file in a folder where it is monitored with a cron job and executed.. so end result is being able to tell it to do something in plain English on windows and it makes the flow for it.

JayMcDonough
Автор

Wait… doesn’t this bypass the OpenAI API that they charge separately for? Pro accounts for ChatGPT are not the same thing as OpenAI API accounts. Maybe I’m missing something… Is that authentication at the beginning your flow identifying itself as associated with an OpenAI API account?

goodluckfox
Автор

Can this also be done in PowerAutomate service?

greggapowell