mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-06-09 06:45:13 +02:00
Fix broken merge
This commit is contained in:
parent
64b934c814
commit
c818a1fe17
1 changed files with 0 additions and 3 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue