Update OpenaiChat.py

pull/1257/head
H Lohaus 8 months ago committed by GitHub
parent 51231a726d
commit 52545369c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -53,6 +53,7 @@ class OpenaiChat(AsyncGeneratorProvider):
"history_and_training_disabled": not auto_continue,
}
conversation_id = None
end_turn = False
while not end_turn:
if not auto_continue:
end_turn = True

Loading…
Cancel
Save