Learn how to create a simple Spring Boot project with a web UI for calling OpenAI ChatGPT in a couple of lines of Java code.
0:00 - Intro
0:10 - Creating the project with Spring Initializr
0:37 - Setting up the OpenAI API key
1:07 - Building the UI
3:05 - Finished application