Revised the debug mode

This commit is contained in:
kinance
2023-04-08 13:05:32 +09:00
parent 0de94b11cd
commit c4c7350670
3 changed files with 4 additions and 5 deletions

View File

@@ -43,8 +43,7 @@ def chat_with_ai(
user_input,
full_message_history,
permanent_memory,
token_limit,
debug=False):
token_limit):
while True:
try:
"""