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
2
cli.py
2
cli.py
@ -831,7 +831,7 @@ class HermesCLI:
|
|||||||
|
|
||||||
print()
|
print()
|
||||||
print(" Tip: Just type your message to chat with Hermes!")
|
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()
|
print()
|
||||||
|
|
||||||
def show_tools(self):
|
def show_tools(self):
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user