Skip to content

Commit

Permalink
[issue-154]Update default open ai model
Browse files Browse the repository at this point in the history
  • Loading branch information
mzhu-ai committed Jan 17, 2024
1 parent 1c3978e commit 3574be6
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 3574be6

Please sign in to comment.