fix line 328 error

pull/743/head
Wlad 2023-04-10 19:40:55 +02:00
parent 66b36e9879
commit bb36634b46
1 changed files with 1 additions and 1 deletions

View File

@ -331,7 +331,7 @@ while True:
user_input, user_input,
full_message_history, full_message_history,
memory, memory,
cfg.fast_token_limit, cfg.debug) # TODO: This hardcodes the model to use GPT3.5. Make this an argument cfg.fast_token_limit) # TODO: This hardcodes the model to use GPT3.5. Make this an argument
# Print Assistant thoughts # Print Assistant thoughts
print_assistant_thoughts(assistant_reply) print_assistant_thoughts(assistant_reply)