I recently published my first independent Publisher connector to the Power Platform. This means anyone can use this connector, without installing anything.
In this video I'll show you how to set everything up and start using GPT-3 in your Power Platform projects.
0:00 Intro
00:32 Introduction open AI and GPT-3
2:41 Get your API key from openai.com
3:40 The GPT-3 Playground and Examples
6:37 Create a new connection in the Power Platform
8:10 Using the connector in Power Automate
10:29 First Canvas App example: a Chatbot
13:44 Second Canvas App Example: the sample Data generator
Download the Bot Sourcecode:
https://github.com/PowerRobin/powerapps-samples/tree/main/samples/openai-gpt3-chatbot
GPT (short for "Generative Pre-training Transformer") is a type of artificial intelligence model that is trained to generate natural language text. It is designed to be able to generate text that is coherent and reads like it was written by a human.
Chat GPT is a specific implementation of the GPT model that is designed to be used in chat applications or other environments where it is used to generate responses to user input in real-time. It is trained on large datasets of conversation transcripts and can be used to generate appropriate responses to a wide range of inputs. Chat GPT is often used to build chatbots or other conversational AI systems that can interact with users in a natural way.