From 9c48ec6fe2da99618023ce834499d2fe5bd84936 Mon Sep 17 00:00:00 2001 From: Schark Date: Mon, 4 Dec 2023 13:33:23 -0800 Subject: Style hotfitx --- help.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- cgit v1.2.3-18-g5258