mirror of
https://github.com/Nighthawk42/mOrpheus.git
synced 2026-08-30 01:20:17 +00:00
Delete morpheus_demo.py
Replaced with morpheus.py
This commit is contained in:
@@ -1,10 +0,0 @@
|
||||
import yaml
|
||||
from modules.virtual_assistant import VirtualAssistant
|
||||
|
||||
CONFIG_PATH = "config.yaml"
|
||||
with open(CONFIG_PATH, "r") as f:
|
||||
config = yaml.safe_load(f)
|
||||
|
||||
if __name__ == "__main__":
|
||||
assistant = VirtualAssistant(config)
|
||||
assistant.run()
|
||||
Reference in New Issue
Block a user