From 0d42327250d4b8d521ef1b0ef17ac673b2ae2ed4 Mon Sep 17 00:00:00 2001 From: Christian Krinitsin Date: Sun, 1 Jun 2025 20:03:53 +0000 Subject: fix invalid paths --- ollama/llm.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ollama/llm.py') diff --git a/ollama/llm.py b/ollama/llm.py index c1a62d90..d6ea059c 100755 --- a/ollama/llm.py +++ b/ollama/llm.py @@ -3,7 +3,7 @@ from re import sub from os import listdir, path model : str = "deepseek-r1:70b" -directory : str = "../mailinglist/output_mailinglist" +directory : str = "../results/scraper/mailinglist" with open("preambel", "r") as file: preambel = file.read() -- cgit 1.4.1