Class BedrockTitanChatModel

java.lang.Object
org.springframework.ai.bedrock.titan.BedrockTitanChatModel
All Implemented Interfaces:
ChatModel, StreamingChatModel, Model<Prompt,ChatResponse>, StreamingModel<Prompt,ChatResponse>

public class BedrockTitanChatModel extends Object implements ChatModel, StreamingChatModel
Implementation of the ChatModel and StreamingChatModel interfaces that uses the Titan Chat API.
Since:
0.8.0
Author:
Christian Tzolov