Merge pull request #51 from shivenmian/u/shivenmian/teachfix

fix: set path to skills dir
pull/44/head
killian 11 months ago committed by GitHub
commit a4e3c865ff
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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"))
Loading…
Cancel
Save