Skip to content

Commit

Permalink
feat: change default model to gemma2:9b
Browse files Browse the repository at this point in the history
  • Loading branch information
astappiev committed Aug 12, 2024
1 parent 1328c49 commit 994272b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ public class CompletionsQuery {

/**
* ID of the model to use.
* Defaults to "gpt-35-turbo".
* Defaults to "gemma2:9b".
*/
@NotEmpty
@JsonProperty("model")
private String model = "gpt-35-turbo";
private String model = "gemma2:9b";

/**
* ID of the chat to continue.
Expand Down

0 comments on commit 994272b

Please sign in to comment.