Package com.openai.services.blocking
Class CompletionServiceImpl
-
- All Implemented Interfaces:
-
com.openai.services.blocking.CompletionService
public final class CompletionServiceImpl implements CompletionService
-
-
Method Summary
Modifier and Type Method Description Completion
create(CompletionCreateParams params, RequestOptions requestOptions)
Creates a completion for the provided prompt and parameters. StreamResponse<Completion>
createStreaming(CompletionCreateParams params, RequestOptions requestOptions)
Creates a completion for the provided prompt and parameters. -
-
Method Detail
-
create
Completion create(CompletionCreateParams params, RequestOptions requestOptions)
Creates a completion for the provided prompt and parameters.
-
createStreaming
StreamResponse<Completion> createStreaming(CompletionCreateParams params, RequestOptions requestOptions)
Creates a completion for the provided prompt and parameters.
-
-
-
-