Project
Fine-tuned Vacation Planner
Easy
1 completion
~ 3 hours
NewWork with the OpenAI API to create a fine-tuned model and then use it to manage function calls and interact with the user.
Provided by
JetBrains Academy
About
ChatGPT is great in many ways, but sometimes it requires fine-tuning work. That's precisely what you'll do in this project. You'll fine-tune the model for function calling and create a refined vacation planner for users.
Graduate project
This project covers the core topics of the AI Programming for Python Developers course, making it sufficiently challenging to be a proud addition to your portfolio.
At least one graduate project is required to complete the course.
What you'll learn
Once you choose a project, we'll provide you with a study plan that includes all the necessary topics from your course to get it built. Here’s what awaits you:
Create the assistant with a function list and send an initial request.
Call the functions with feasible and challenging prompts and see how GPT does.
Create a dataset to use in fine-tuning the model.
Use the dataset to fine-tune the model.