From 064ac261533f146cf675af63d18c7505e1bc74b7 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Thu, 4 Jun 2026 14:57:54 -0400 Subject: Resolve prompt path from working directory --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main.py') diff --git a/main.py b/main.py index af4f657..77ce660 100644 --- a/main.py +++ b/main.py @@ -35,7 +35,7 @@ TICKER_RE = re.compile(r"\$([A-Z]{1,5})") # Regex to detect @mention of slop / slopbot MENTION_RE = re.compile(r"@\*\*slop[^*]*\*\*", re.IGNORECASE) -BASE_DIR = Path(__file__).parent +BASE_DIR = Path.cwd() AGENT_TIMEOUT = int(os.environ.get("SLOPBOT_AGENT_TIMEOUT", "120")) AGENT_MODEL = os.environ.get("SLOPBOT_AGENT_MODEL", "parasail/kimi-k26") -- cgit v1.2.3