Package com.openai.services.blocking
Class ChatServiceImpl
-
- All Implemented Interfaces:
-
com.openai.services.blocking.ChatService
public final class ChatServiceImpl implements ChatService
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final class
ChatServiceImpl.WithRawResponseImpl
-
Method Summary
Modifier and Type Method Description ChatService.WithRawResponse
withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method. ChatCompletionService
completions()
-
-
Method Detail
-
withRawResponse
ChatService.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
completions
ChatCompletionService completions()
-
-
-
-