Getting Started with GPT-4o in Spring AI with Chat and Vision Capabilities

preview_player
Показать описание
In this tutorial you will lean how to get started with GPT-4o in your next Spring application. You will learn how to take advantage of both chat and vision capabilities.

Spring AI 1.0 Updates

The syntax for some of the features we went through in this video might have changed a little bit with the release of 1.0. Please check out this video I did on the changes in 1.0.0 M1

🔗Resources & Links mentioned in this video:

👋🏻Connect with me:

Рекомендации по теме
Комментарии
Автор

This is the most trolling video I have seen for months) Thank you, Dan for 30 minutes of debugging, to find out that neither of OpenAI, Mistral or Azure models ever reads content of Media passed with image, and that there are no APIs that accepts media in chat completion, and the only way to pass any file is to use Assistant api, which is kind of different thing.

agusev
Автор

Hey Dan, I would like to know when we will see something like Crew AI, where multiple models can work together in Java.Thank You❤❤

ibrahim-rysn
Автор

Hi @DanVega please do a tutorial on consuming soap webservices with spring.
Thank you so much

JP-debugger
Автор

Pretty nice .. can you upload video with some code example to generate images and video's using spring APIs .. if possible.

manojdesai
Автор

@DanVega all popups and code-completion overlays are not in your video. You might want up tweak your video capture configuration ;-)

PatrickCornelien
Автор

Please make video about Chat client.stream() method with frontend implementation like chatgpt

Raone-gpcy
Автор

Do I need Java 21? Will this work with Java 17? I use AWS for most of my work and want to be consistent on versions if possible

fastandsimpledevelopment
Автор

@DanVega ChatClient is moved to ChatModel

joeabraham