Package com.openai.services.blocking
Interface ChatService.WithRawResponse
-
- All Implemented Interfaces:
public interface ChatService.WithRawResponse
A view of ChatService that provides access to raw HTTP responses for each method.
-
-
Method Summary
Modifier and Type Method Description abstract ChatCompletionService.WithRawResponse
completions()
-
-
Method Detail
-
completions
abstract ChatCompletionService.WithRawResponse completions()
-
-
-
-