This version is still in development and is not considered stable yet. For the latest snapshot version, please use Spring AI 1.0.0-SNAPSHOT! |
The ChatClient class is now in the package org.springframework.ai.chat.client
|
The renaming also applies to the classes
* StreamingChatClient → StreamingChatModel
* EmbeddingClient → EmbeddingModel
* ImageClient → ImageModel
* SpeechClient → SpeechModel
* and similar for other <XYZ>Client classes
|
The ChatModel instance is made available to you through autoconfiguration.
|