Fix broken merge

This commit is contained in:
Cyber MacGeddon 2026-03-17 20:52:51 +00:00
parent 64b934c814
commit c818a1fe17

View file

@ -200,9 +200,6 @@ class Processor(LlmService):
total_input_tokens = 0
total_output_tokens = 0
total_input_tokens = 0
total_output_tokens = 0
# Parse SSE stream
for line in response.iter_lines():
if line: