From the course: AI-Powered Software Development: Coding, Testing, and System Design

Unlock this course with a free trial

Join today to access over 24,900 courses taught by industry experts.

Challenge: Creating an AI-powered application

Challenge: Creating an AI-powered application

(bright music) - [Instructor] All right, well, now that we've seen a few different ways that you can integrate generative AI into an application using the API, it's time for you to do a challenge that's gonna help you take things a little bit further. So your task in this challenge is gonna be to start off with this text completion code. And feel free to create a new file in here and just copy and paste the code over. And you're gonna create a simple email rewriter program that allows you to take the text of any email and translate it into a nice, polite, professional tone. So essentially how this is gonna work is you're gonna have the user enter in some text. So feel free to use generative AI to create that code for you, especially if you're not familiar with Python. And what it's gonna do is it's gonna send that email over using this input argument that we've seen, and basically include instructions that will tell the…

Contents