Skip to content

Commit 792a81a

Browse files
committed
Restore Ollama logging
1 parent 2ea0ff6 commit 792a81a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/connection_handler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ def log_output(pipe):
1616
with pipe:
1717
try:
1818
for line in iter(pipe.readline, ''):
19-
#print(line, end='')
19+
print(line, end='')
2020
f.write(line)
2121
f.flush()
2222
except:

0 commit comments

Comments
 (0)