返回提交历史
Modified
g4f/Provider/needs_auth/OpenaiChat.py
+1
-0
XFEstudio/gpt4free
Update OpenaiChat.py
52545369
代码差异
1 个文件
+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