toggle menu
openai-kotlin
common
switch theme
search in API
openai-client
/
com.aallam.openai.client
/
Completions
/
completions
completions
abstract
fun
completions
(
request
:
CompletionRequest
)
:
Flow
<
TextCompletion
>
Deprecated
completions is deprecated, use chat completion instead
Stream variant of
completion
.