diff --git a/src/main/kotlin/com/smallcloud/refactai/struct/SMCRequest.kt b/src/main/kotlin/com/smallcloud/refactai/struct/SMCRequest.kt index 3bb89c2e..de5f6cf3 100644 --- a/src/main/kotlin/com/smallcloud/refactai/struct/SMCRequest.kt +++ b/src/main/kotlin/com/smallcloud/refactai/struct/SMCRequest.kt @@ -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(