Function: ParaphraseApiFp()
ParaphraseApiFp(
configuration?):object
ParaphraseApi - functional programming interface
Parameters
configuration?
Returns
object
apiV1ParaphraseBatchPost()
Parameters
temperature?
number
paraphraseMaxNumber?
number
adequacyThreshold?
number
fluencyThreshold?
number
diversityRanker?
requestBody?
string[]
options?
RawAxiosRequestConfig
Override http request option.
Returns
Promise<(axios?, basePath?) => AxiosPromise<ParaphraseResponseDTO[]>>
Throws
apiV1ParaphraseGptPost()
Parameters
paraphraseMaxNumber?
number
temperature?
number
body?
string
options?
RawAxiosRequestConfig
Override http request option.
Returns
Promise<(axios?, basePath?) => AxiosPromise<ParaphraseResponseDTO>>
Throws
Export
Found a mistake? Let us know.