XFE Git
XFE Studio Git
Git 首页 全局搜索
XFE 主站 文档 NuGet
公开
关注 0 Fork 0 Star 1
返回提交历史

XFEstudio/gpt4free

~ | gpt-3.5-turbo-0613

d862dbf8
abc <98614666+xtekky@users.noreply.github.com>
提交于

代码差异

1 个文件 +1 -0
Modified g4f/models.py +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