From bb36634b46af4daf17812bb1884d5b7c45e54605 Mon Sep 17 00:00:00 2001 From: Wlad Date: Mon, 10 Apr 2023 19:40:55 +0200 Subject: [PATCH] fix line 328 error --- scripts/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/main.py b/scripts/main.py index 876ab5e45..cb2860267 100644 --- a/scripts/main.py +++ b/scripts/main.py @@ -331,7 +331,7 @@ while True: user_input, full_message_history, 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(assistant_reply)