Skip to content

Commit

Permalink
perf: set gpt-4o-mini as default OpenAI model
Browse files Browse the repository at this point in the history
  • Loading branch information
tisfeng committed Aug 25, 2024
1 parent dc91b02 commit 12d5937
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -691,7 +691,7 @@
"type": "textfield",
"required": false,
"description": "Custom OpenAI API URL",
"default": "",
"default": "https://api.openai.com/v1/chat/completions",
"placeholder": "https://api.openai.com/v1/chat/completions"
},
{
Expand All @@ -700,7 +700,7 @@
"type": "textfield",
"required": false,
"description": "OpenAI Model",
"default": "gpt-3.5-turbo"
"default": "gpt-4o-mini"
},
{
"title": "DeepL Auth Key",
Expand Down

0 comments on commit 12d5937

Please sign in to comment.