Class BedrockLlamaChatModel

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

public class BedrockLlamaChatModel extends Object implements ChatModel, StreamingChatModel
Java ChatModel and StreamingChatModel for the Bedrock Llama chat generative.
Since:
0.8.0
Author:
Christian Tzolov, Wei Jiang