Merge pull request #734 from NousResearch/hermes/hermes-f8d56335
feat: display previous messages when resuming a session in CLI
This commit is contained in:
commit
0efbb137e8
7 changed files with 737 additions and 3 deletions
|
|
@ -92,6 +92,7 @@ DEFAULT_CONFIG = {
|
|||
"display": {
|
||||
"compact": False,
|
||||
"personality": "kawaii",
|
||||
"resume_display": "full", # "full" (show previous messages) | "minimal" (one-liner only)
|
||||
},
|
||||
|
||||
# Text-to-speech configuration
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue