diff options
Diffstat (limited to 'help.py')
-rw-r--r-- | help.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: |