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

XFEstudio/gpt4free

Update OpenaiChat.py

52545369
H Lohaus <hlohaus@users.noreply.github.com>
提交于

代码差异

1 个文件 +1 -0
Modified g4f/Provider/needs_auth/OpenaiChat.py +1 -0
@@ -53,6 +53,7 @@ class OpenaiChat(AsyncGeneratorProvider):
53 53 "history_and_training_disabled": not auto_continue,
54 54 }
55 55 conversation_id = None
56 end_turn = False
56 57 while not end_turn:
57 58 if not auto_continue:
58 59 end_turn = True