Skip to content

Commit

Permalink
Merge pull request #100 from gschurck/patch-1
Browse files Browse the repository at this point in the history
add gpt-4-1106-preview model
  • Loading branch information
Supernova3339 authored Feb 5, 2024
2 parents 628217c + 5c7f18f commit f8675d9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/static/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,10 @@
{
"value": "gpt-4-32k-0314",
"label": "GPT-4-32K-0314 (Limited Beta, Legacy)"
},
{
"value": "gpt-4-1106-preview",
"label": "GPT-4-1106-Preview"
}
],
"writingCharacters": [
Expand Down Expand Up @@ -224,4 +228,4 @@
"allowDatabaseModal": true,
"showTwitterLink": true,
"showFeedbackLink": true
}
}

0 comments on commit f8675d9

Please sign in to comment.