diff options
Diffstat (limited to 'Biz/Mynion.py')
-rw-r--r-- | Biz/Mynion.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Biz/Mynion.py b/Biz/Mynion.py index 6bb55e1..85eadc8 100644 --- a/Biz/Mynion.py +++ b/Biz/Mynion.py @@ -45,7 +45,7 @@ class Mynion(slixmpp.ClientXMPP): self.tokenizer = tokenizer self.generator = generator - root = os.getenv("BIZ_ROOT", "") + root = os.getenv("CODEROOT", "") # this should be parameterized somehow with open(os.path.join(root, "Biz", "Mynion", "Prompt.md")) as f: txt = f.read() |