summary refs log tree commit diff stats
path: root/ollama/llm.py
diff options
context:
space:
mode:
authorChristian Krinitsin <mail@krinitsin.com>2025-05-29 15:16:16 +0000
committerChristian Krinitsin <mail@krinitsin.com>2025-05-29 15:16:16 +0000
commitfb84fa98ea1effc76cea3b3426546b4a3851af0b (patch)
tree1678f47c1a0ee303763ddf1fac393ccd42d5a187 /ollama/llm.py
parentcb7d17990cf4ed2a1e45b5f92c0209563b87afb4 (diff)
downloademulator-bug-study-fb84fa98ea1effc76cea3b3426546b4a3851af0b.tar.gz
emulator-bug-study-fb84fa98ea1effc76cea3b3426546b4a3851af0b.zip
provide deepseek's response for preambel+mail
Diffstat (limited to 'ollama/llm.py')
-rwxr-xr-xollama/llm.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/ollama/llm.py b/ollama/llm.py
index acf76421..c1a62d90 100755
--- a/ollama/llm.py
+++ b/ollama/llm.py
@@ -12,9 +12,6 @@ for name in listdir(directory):
     with open(path.join(directory, name)) as file:
         content = preambel + "\n" + file.read()
 
-    with open("test", "r") as file:
-        content = file.read()
-
     response : ChatResponse = chat(
         model=model, messages=[
             {