Update OpenaiChat.py

This commit is contained in:
H Lohaus 2023-11-15 23:08:58 +01:00 committed by GitHub
parent 51231a726d
commit 52545369c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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