Skip to content

Commit

Permalink
chore: revert ChatCompletionRequest.kt with suffix parameter for GPT-…
Browse files Browse the repository at this point in the history
…3.5 Turbo-Instruct
  • Loading branch information
hanrw committed May 31, 2024
1 parent 6e59f63 commit 017e26c
Showing 1 changed file with 0 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -176,19 +176,6 @@ data class ChatCompletionRequest(
@SerialName("top_p")
val topP: Double? = null,

/**
* suffix
* string or null
*
* Optional
* Defaults to null
* The suffix that comes after a completion of inserted text.
*
* This parameter is only supported for gpt-3.5-turbo-instruct
*/
@SerialName("suffix")
val suffix:String? = null,

/**
* array
* Optional
Expand Down

0 comments on commit 017e26c

Please sign in to comment.