返回提交历史
Modified
g4f/models.py
+1
-0
XFEstudio/gpt4free
~ | gpt-3.5-turbo-0613
d862dbf8
代码差异
1 个文件
+1
-0
@@ -228,6 +228,7 @@ class ModelUtils:
228
228
convert: dict[str, Model] = {
229
229
# gpt-3.5
230
230
'gpt-3.5-turbo' : gpt_35_turbo,
231
'gpt-3.5-turbo-0613' : gpt_35_turbo_0613,
231
232
'gpt-3.5-turbo-16k' : gpt_35_turbo_16k,
232
233
'gpt-3.5-turbo-16k-0613' : gpt_35_turbo_16k_0613,
233
234