Skip to content

Commit

Permalink
Update presets.py (#956)
Browse files Browse the repository at this point in the history
添加增长后的3.5 turbo
  • Loading branch information
slideslide authored Nov 20, 2023
1 parent 242b04b commit 6ba3dba
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions modules/presets.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@
"GPT3.5 Turbo 16K",
"GPT3.5 Turbo 0301",
"GPT3.5 Turbo 0613",
"GPT3.5 Turbo 1106",
"GPT4",
"GPT4 32K",
"GPT4 Turbo",
Expand Down Expand Up @@ -129,6 +130,10 @@
"model_name": "gpt-3.5-turbo-0613",
"token_limit": 4096,
},
"GPT3.5 Turbo 1106": {
"model_name": "gpt-3.5-turbo-1106",
"token_limit": 16384,
},
"GPT4": {
"model_name": "gpt-4",
"token_limit": 8192,
Expand Down

0 comments on commit 6ba3dba

Please sign in to comment.