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:
parent
41608beb35
commit
50ef18644b
1 changed files with 1 additions and 1 deletions
2
cli.py
2
cli.py
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue