openai-kotlin
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
openai-kotlin
openai-core
/
com.aallam.openai.api.edits
/
EditsRequest
/
EditsRequest
Edits
Request
constructor
(
model
:
ModelId
,
instruction
:
String
,
input
:
String
?
=
null
,
temperature
:
Double
?
=
null
,
topP
:
Double
?
=
null
)