Skip to content

Commit

Permalink
update default models
Browse files Browse the repository at this point in the history
  • Loading branch information
LeonOstrez committed Jul 10, 2024
1 parent 95cfb96 commit 265f245
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion example-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,14 @@
"agent": {
"default": {
"provider": "openai",
"model": "gpt-4-0125-preview",
"model": "gpt-4o",
"temperature": 0.5
},
"CodeMonkey": {
"provider": "openai",
"model": "gpt-4-0125-preview",
"temperature": 0.0
},
"CodeMonkey.describe_files": {
"provider": "openai",
"model": "gpt-3.5-turbo",
Expand Down

0 comments on commit 265f245

Please sign in to comment.