Skip to content

Commit

Permalink
update default models
Browse files Browse the repository at this point in the history
  • Loading branch information
zombierantcasey committed May 23, 2024
1 parent 5fd52ae commit 6f5d531
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions src/static/config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"defaultModel": "gpt-4-1106-preview",
"defaultModel": "gpt-4o",
"defaultType": "openai",
"defaultAuth": "api-key",
"defaultBase": "",
Expand Down Expand Up @@ -35,8 +35,12 @@
"label": "GPT-4-32K-0314"
},
{
"value": "gpt-4-1106-preview",
"label": "GPT-4-1106-Preview (Default ChatGPT)"
"value": "gpt-4-turbo",
"label": "gpt-4-turbo"
},
{
"value": "gpt-4o",
"label": "gpt-4o"
}
],
"writingCharacters": [
Expand Down

0 comments on commit 6f5d531

Please sign in to comment.