From 23946c797e3dbd7cd89d7e5a90f74d7cd3db1e74 Mon Sep 17 00:00:00 2001 From: Shiven Mian Date: Mon, 19 Feb 2024 16:16:36 -0800 Subject: [PATCH] fix: set path to skills dir --- 01OS/01OS/server/system_message.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/01OS/01OS/server/system_message.py b/01OS/01OS/server/system_message.py index 0edbec4..74bcdd7 100644 --- a/01OS/01OS/server/system_message.py +++ b/01OS/01OS/server/system_message.py @@ -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')) \ No newline at end of file +""".strip().replace("OI_SKILLS_DIR", os.path.join(os.path.dirname(__file__), "skills")) \ No newline at end of file