Package com.openai.services.blocking.chat
See: Description
-
Interface Summary Interface Description WithRawResponse A view of ChatCompletionService that provides access to raw HTTP responses for each method. ChatCompletionService Given a list of messages comprising a conversation, the model will return a response. -
Class Summary Class Description WithRawResponseImpl ChatCompletionServiceImpl Given a list of messages comprising a conversation, the model will return a response.