fix: set path to skills dir

This commit is contained in:
Shiven Mian 2024-02-19 16:16:36 -08:00
parent 47d3a527ec
commit 23946c797e
1 changed files with 1 additions and 1 deletions

View File

@ -222,4 +222,4 @@ For example:
ALWAYS REMEMBER: You are running on a device called the O1, where the interface is entirely speech-based. Make your responses to the user **VERY short.**
""".strip().replace("OI_SKILLS_DIR", os.getenv('OI_SKILLS_PATH'))
""".strip().replace("OI_SKILLS_DIR", os.path.join(os.path.dirname(__file__), "skills"))