diff options
author | Schark <jordan@schark.online> | 2023-12-04 13:33:23 -0800 |
---|---|---|
committer | Schark <jordan@schark.online> | 2023-12-04 13:33:23 -0800 |
commit | 9c48ec6fe2da99618023ce834499d2fe5bd84936 (patch) | |
tree | 72ad02716b69492b19e0d9fdb813390b5c1480f3 | |
parent | c5d082654f20961e1982bbc203c5a2b19d993af5 (diff) | |
download | cli-gpt-9c48ec6fe2da99618023ce834499d2fe5bd84936.tar.gz cli-gpt-9c48ec6fe2da99618023ce834499d2fe5bd84936.zip |
Style hotfitx
Diffstat (limited to '')
-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: |