mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-05-02 02:01:47 +00:00
remove relaunch_chat
not needed
This commit is contained in:
parent
3c673468b4
commit
7d48a16f14
3 changed files with 4 additions and 30 deletions
|
|
@ -3255,8 +3255,8 @@ def _offer_launch_chat():
|
|||
if not prompt_yes_no("Launch hermes chat now?", True):
|
||||
return
|
||||
|
||||
from hermes_cli.relaunch import relaunch_chat
|
||||
relaunch_chat()
|
||||
from hermes_cli.relaunch import relaunch
|
||||
relaunch(["chat"])
|
||||
|
||||
|
||||
def _run_first_time_quick_setup(config: dict, hermes_home, is_existing: bool):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue