XiaoRan commited on
Commit
6ba3dba
·
unverified ·
1 Parent(s): 242b04b

Update presets.py (#956)

Browse files
Files changed (1) hide show
  1. modules/presets.py +5 -0
modules/presets.py CHANGED
@@ -56,6 +56,7 @@ ONLINE_MODELS = [
56
  "GPT3.5 Turbo 16K",
57
  "GPT3.5 Turbo 0301",
58
  "GPT3.5 Turbo 0613",
 
59
  "GPT4",
60
  "GPT4 32K",
61
  "GPT4 Turbo",
@@ -129,6 +130,10 @@ MODEL_METADATA = {
129
  "model_name": "gpt-3.5-turbo-0613",
130
  "token_limit": 4096,
131
  },
 
 
 
 
132
  "GPT4": {
133
  "model_name": "gpt-4",
134
  "token_limit": 8192,
 
56
  "GPT3.5 Turbo 16K",
57
  "GPT3.5 Turbo 0301",
58
  "GPT3.5 Turbo 0613",
59
+ "GPT3.5 Turbo 1106",
60
  "GPT4",
61
  "GPT4 32K",
62
  "GPT4 Turbo",
 
130
  "model_name": "gpt-3.5-turbo-0613",
131
  "token_limit": 4096,
132
  },
133
+ "GPT3.5 Turbo 1106": {
134
+ "model_name": "gpt-3.5-turbo-1106",
135
+ "token_limit": 16384,
136
+ },
137
  "GPT4": {
138
  "model_name": "gpt-4",
139
  "token_limit": 8192,