diff options
Diffstat (limited to 'ollama/llm.py')
| -rwxr-xr-x | ollama/llm.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ollama/llm.py b/ollama/llm.py index c1a62d909..d6ea059c0 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() |