Skip to content

Commit

Permalink
change default max_tokens for completion
Browse files Browse the repository at this point in the history
  • Loading branch information
reymondzzzz committed Jan 12, 2024
1 parent 7b5b80e commit 59bcd84
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ data class SMCInputs(

data class SMCParameters(
var temperature: Float = 0.2f,
@SerializedName("max_new_tokens") var maxNewTokens: Int = 20
@SerializedName("max_new_tokens") var maxNewTokens: Int = 50
)

data class SMCRequestBody(
Expand Down

0 comments on commit 59bcd84

Please sign in to comment.