Update multiline input instructions in HermesCLI

- Revised user instructions to reflect the removal of the Ctrl+Enter key binding for new lines, simplifying the input method.
- Clarified that Alt+Enter is now the sole key for multi-line input, enhancing user experience.
This commit is contained in:
teknium1
2026-02-17 22:53:48 -08:00
parent 41608beb35
commit 50ef18644b

2
cli.py
View File

@@ -831,7 +831,7 @@ class HermesCLI:
print()
print(" Tip: Just type your message to chat with Hermes!")
print(" Multi-line: Ctrl+Enter or Alt+Enter for a new line")
print(" Multi-line: Alt+Enter for a new line")
print()
def show_tools(self):