summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--help.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/help.py b/help.py
index 530e2eb..b2a6a57 100644
--- a/help.py
+++ b/help.py
@@ -105,7 +105,7 @@ class HelpCommands:
if "/clear" in user_input_lower:
styler.prompt("system", "Clearing messages and restarting log.\n\n")
- messages = start_chat(model)
+ messages = start_chat(model, styler)
return 2, messages, model
if "/info" in user_input_lower: