summary refs log tree commit diff stats
path: root/ollama/llm.py
diff options
context:
space:
mode:
Diffstat (limited to 'ollama/llm.py')
-rwxr-xr-xollama/llm.py2
1 files changed, 1 insertions, 1 deletions
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()