Instructional Video3:35
Curated Video

Make Apps with ChatGPT and Generative AI - ChatGPT Testing with Different Descriptions

Higher Ed
In this video, we will test out our cover letter creator using different job descriptions to check the accuracy and professionality of the cover letter created by the application. This clip is from the chapter "JobApplicationCreator -...
Instructional Video10:37
Curated Video

Make Apps with ChatGPT and Generative AI - ChatGPT API Linking and Workflow Creation

Higher Ed
In this video, you will learn to create a workflow. We will create buttons and actions to the button and we will set up the API, which will use the Completion API that we created in the earlier projects. This clip is from the chapter...
Instructional Video7:17
Curated Video

Make Apps with ChatGPT and Generative AI - Cover Letter Screen Creation

Higher Ed
In this video, you will learn to create cover letters for the JobApplicationCreator app, which will create a cover letter based on the post of the job applying for, which can be mailed to the employer. This clip is from the chapter...
Instructional Video8:57
Curated Video

Make Apps with ChatGPT and Generative AI - Expanding Application with ChatGPT Mood Options

Higher Ed
In this video, you will learn to make changes to the replies generated when clicking the Generate Reply button; instead of the standardized reply, we will be able to customize the reply with more information and modify the reply. This...
Instructional Video3:03
Curated Video

Make Apps with ChatGPT and Generative AI - Adding Reply Box

Higher Ed
In this video, you will learn to create a reply box, which will read the mail received and generate a response or reply that can be used to email back the sender as a reply for the mail received from them. This clip is from the chapter...
Instructional Video5:51
Curated Video

Make Apps with ChatGPT and Generative AI - Body Modification for ChatGPT Backend

Higher Ed
After testing the functions of the backend we created in the previous lesson, we will now learn to make modifications to the body that will alter the response for the mail generated in the pane. This clip is from the chapter...
Instructional Video9:10
Curated Video

Make Apps with ChatGPT and Generative AI - ChatGPT Back-End Function Creation

Higher Ed
We will now create the backend for our application. We will create a button that, when clicked, reads the email and then uses the Completion API and generates a professional email, and sends the response back to the pane on the mail as a...
Instructional Video2:36
Curated Video

Make Apps with ChatGPT and Generative AI - Front-End Changes

Higher Ed
After getting the basic setup up and running, we will begin with creating the frontend for our application. We will make a few changes to the task pane to display the name of the app, and other changes to how the frontend appears. This...
Instructional Video3:50
Curated Video

Make Apps with ChatGPT and Generative AI - Outlook Environment Setup

Higher Ed
We will create an app, “PolitelySayNo”, which will reply to emails that you receive in your inbox. You will need to have Visual Studio up and running and also the Yo software available, and base it on the project where we linked Outlook...
Instructional Video1:35
Curated Video

Make Apps with ChatGPT and Generative AI - Text and Photo Testing for ChatGPT App

Higher Ed
In this video, we will test our photo and images when providing a destination in the TravelPlan page. This will call the Completion API and ImageAI, which will produce not only the text itinerary but also interesting images of the...
Instructional Video4:54
Curated Video

Make Apps with ChatGPT and Generative AI - ImageAI and OpenAI Photo Integration

Higher Ed
In this video, you will learn to integrate ImageAI and OpenAI into the TravelPlan project. It will generate images and photos based on the location provided in the TravelPlan and make the itinerary page appear more interesting. This clip...
Instructional Video4:15
Curated Video

Make Apps with ChatGPT and Generative AI - ChatGPT Workflow Creation

Higher Ed
Here, we will begin with creating the API called the Completion API as an action and the datatype to return as text. We will add the prompt, body, and URL parameters for the workflow. This clip is from the chapter "Itinerary - ChatGPT...
Instructional Video2:05
Curated Video

Make Apps with ChatGPT and Generative AI - Second Page Creation

Higher Ed
We will now create the second page for our TravelPlan project. We will create an input box for the user to add his travel plan and a box for displaying the itinerary generated. This clip is from the chapter "Itinerary - ChatGPT app" of...
Instructional Video5:39
Curated Video

Make Apps with ChatGPT and Generative AI - Front-End Setup

Higher Ed
In this video, you will learn to create the frontend or the interface for the user to input data or destinations for the TravelPlan project. This will be the frontend for the TravelPlan project. This clip is from the chapter "Itinerary -...
Instructional Video3:01
Curated Video

Make Apps with ChatGPT and Generative AI - ChatGPT Marketing Email Generator Testing

Higher Ed
After completing the mail generation function, we will test the app. We will click on the generate mail checkbox and await the response generated by ChatGPT. This clip is from the chapter "ChatGPT and Airtable" of the series "Make Apps...
Instructional Video6:35
Curated Video

Make Apps with ChatGPT and Generative AI - Variable-Based ChatGPT Prompt Modification

Higher Ed
After testing the script, we will edit the prompts section to correspond to the email we want to write based on the person's interest and interesting products. We will create a variable-based prompt and learn to modify it based on the...
Instructional Video9:21
Curated Video

Make Apps with ChatGPT and Generative AI - Script for ChatGPT API Calling

Higher Ed
After creating the Airtable database setup, we will write script to generate emails. We will then integrate automation into the setup, add triggers, and create automation flows and generate prompts when there is a record update in the...
Instructional Video2:55
Curated Video

Make Apps with ChatGPT and Generative AI - Airtable Context Setup

Higher Ed
In this video, you will learn about creating the context for Airtable, which is a platform that creates databases and tables and tracks everything a business does and it has a built-in automation. This clip is from the chapter "ChatGPT...
Instructional Video3:22
Curated Video

Make Apps with ChatGPT and Generative AI - Dynamic Prompt Modification

Higher Ed
In this lesson, we will understand how to create a dynamic prompt; the prompt should be equal to whatever input the user puts into the input A. We will click on the button and type in a prompt and await the response obtained and...
Instructional Video8:20
Curated Video

Make Apps with ChatGPT and Generative AI - Bubble-ChatGPT API Connection

Higher Ed
In this video, you will learn to place a text element, an input element, and a button element. The user feeds his input in the input element and clicks on the button, the button click sends the API across, and displays the response in...
Instructional Video3:42
Curated Video

Make Apps with ChatGPT and Generative AI - Bubble Application Creation

Higher Ed
In this video, the next application that we will integrate ChatGPT with is Bubble, which is the best way to build any application on the web without any code. It gives all the functionality and features on the type of app you want to...
Instructional Video7:42
Curated Video

Make Apps with ChatGPT and Generative AI - Pasting Response in Outlook Add-In

Higher Ed
In this video, we will use the Outlook pane application we created and send the body of an email for which we require a summary of, and then generate a summary of the email and display it on the pane we created. This clip is from the...
Instructional Video10:04
Curated Video

Make Apps with ChatGPT and Generative AI - Email Body Transfer to ChatGPT

Higher Ed
After getting the Azure functions and Outlook integrated, we will now create a useful application, which will allow users to get into their email and summarize the email for us. We will send the content of the mail and receive a response...
Instructional Video9:01
Curated Video

Make Apps with ChatGPT and Generative AI - Running ChatGPT API from Outlook

Higher Ed
After the Outlook add-in is working, we will now create API calls from our Outlook add-in to the ChatGPT API that we created. We will make post-requests and edit the model, prompt, body, and temperature of the Azure code. This clip is...