Skip to content

Commit

Permalink
Merge pull request HamaWhiteGG#155 from mzhu-ai/issue-154
Browse files Browse the repository at this point in the history
[issue-154]Update default open ai model
  • Loading branch information
HamaWhiteGG authored Jan 17, 2024
2 parents 1c3978e + 3574be6 commit 43316d6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public class BaseOpenAI extends BaseLLM {
* Model name to use.
*/
@Builder.Default
protected String model = "text-davinci-003";
protected String model = "gpt-3.5-turbo";

/**
* What sampling temperature to use.
Expand Down

0 comments on commit 43316d6

Please sign in to comment.