Skip to content

Commit

Permalink
Use gpt-4-turbo by default
Browse files Browse the repository at this point in the history
  • Loading branch information
haefele committed Nov 13, 2023
1 parent 0c05f0d commit 7f9b356
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ChatPrisma/appsettings.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"OpenAI": {
"Model": "gpt-3.5-turbo",
"Model": "gpt-4-1106-preview",
"ApiKey": ""
},
"Updater": {
Expand Down

0 comments on commit 7f9b356

Please sign in to comment.