Skip to content

Commit

Permalink
optimize: recommend gpt-3.5-turbo model
Browse files Browse the repository at this point in the history
  • Loading branch information
yetone committed Mar 2, 2023
1 parent 9e6a952 commit 8553af4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@
"identifier": "model",
"type": "menu",
"title": "模型",
"defaultValue": "gpt-3.5-turbo-0301",
"defaultValue": "gpt-3.5-turbo",
"menuValues": [
{
"title": "gpt-3.5-turbo-0301",
"value": "gpt-3.5-turbo-0301"
},
{
"title": "gpt-3.5-turbo",
"title": "gpt-3.5-turbo (recommended)",
"value": "gpt-3.5-turbo"
},
{
Expand Down

0 comments on commit 8553af4

Please sign in to comment.