Class BedrockLlama2ChatClient

java.lang.Object
org.springframework.ai.bedrock.llama2.BedrockLlama2ChatClient
All Implemented Interfaces:
ChatClient, StreamingChatClient, ModelClient<Prompt,ChatResponse>, StreamingModelClient<Prompt,ChatResponse>

public class BedrockLlama2ChatClient extends Object implements ChatClient, StreamingChatClient
Java ChatClient and StreamingChatClient for the Bedrock Llama2 chat generative.
Since:
0.8.0
Author:
Christian Tzolov