Skip to content

Commit

Permalink
Make ChatCompletionRequest a data class (#399)
Browse files Browse the repository at this point in the history
thank you for your contribution!
  • Loading branch information
yunmanger1 authored Jan 31, 2025
1 parent 0653471 commit 0581968
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import kotlinx.serialization.json.JsonObjectBuilder
* Creates a completion for the chat message.
*/
@Serializable
public class ChatCompletionRequest(
public data class ChatCompletionRequest(
/**
* ID of the model to use.
*/
Expand Down

0 comments on commit 0581968

Please sign in to comment.