summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSchark <jordan@schark.online>2023-12-04 13:33:23 -0800
committerSchark <jordan@schark.online>2023-12-04 13:33:23 -0800
commit9c48ec6fe2da99618023ce834499d2fe5bd84936 (patch)
tree72ad02716b69492b19e0d9fdb813390b5c1480f3
parentc5d082654f20961e1982bbc203c5a2b19d993af5 (diff)
downloadcli-gpt-9c48ec6fe2da99618023ce834499d2fe5bd84936.tar.gz
cli-gpt-9c48ec6fe2da99618023ce834499d2fe5bd84936.zip
Style hotfitx
Diffstat (limited to '')
-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: