From the course: Introduction to Spring AI

Unlock this course with a free trial

Join today to access over 25,500 courses taught by industry experts.

Exploring chat models with Spring AI

Exploring chat models with Spring AI - Spring Framework Tutorial

From the course: Introduction to Spring AI

Exploring chat models with Spring AI

- [Instructor] Spring AI offers a versatile platform for working with chat models. It provides direct support for OpenAPI through respective APIs. Additionally, Spring AI can integrate with other chat models through platforms like Hugging Face or potentially with custom development for specific providers like Amazon's Bedrock or Cohere Command. When choosing a model, consider factors like your specific use case, desired functionalities and the level of technical expertise required for integration within Spring AI. One of those chat model options is with OpenAPI. This is a well established provider offering various chat models including GPT-3. One of the pros of using OpenAPI is that with it being well established, there's a wide range of models and there's good documentation in a large community for support to help troubleshoot. Some of the prerequisites to get started would be an OpenAPI account. So you can create an account, obtain an API key from OpenAPI, and for your Spring AI…

Contents