Skip to content

Commit

Permalink
refactor: update model
Browse files Browse the repository at this point in the history
work on #24
  • Loading branch information
bsorrentino committed Sep 24, 2024
1 parent 0e8d7ec commit 1cac390
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public static void main(String[] args) throws Exception {

var llm = OpenAiChatModel.builder()
.apiKey( openApiKey )
.modelName( "gpt-3.5-turbo" )
.modelName( "gpt-4o-mini" )
.logResponses(true)
.maxRetries(2)
.temperature(0.0)
Expand Down

0 comments on commit 1cac390

Please sign in to comment.