Class OpenAiChatClient

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

public class OpenAiChatClient extends Object implements ChatClient, StreamingChatClient
ChatClient implementation for OpenAI backed by OpenAiApi.
Author:
Mark Pollack, Christian Tzolov, Ueibin Kim, John Blum, Josh Long, Jemin Huh
See Also: