Skip to content

Commit

Permalink
feat: supports the latest GPT-3.5 Turbo model
Browse files Browse the repository at this point in the history
  • Loading branch information
liby committed Nov 7, 2023
1 parent c97333b commit 8fb9d91
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,11 @@
"defaultValue": "gpt-3.5-turbo",
"menuValues": [
{
"title": "gpt-3.5-turbo-0613 (recommended)",
"title": "gpt-3.5-turbo-1106 (recommended)",
"value": "gpt-3.5-turbo-1106"
},
{
"title": "gpt-3.5-turbo-0613",
"value": "gpt-3.5-turbo-0613"
},
{
Expand Down

0 comments on commit 8fb9d91

Please sign in to comment.