Skip to content

Commit

Permalink
Remove debug printing.
Browse files Browse the repository at this point in the history
  • Loading branch information
David Grieser committed Oct 7, 2024
1 parent 1ab8d1e commit bab58f0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion perplexity_ai_provider.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,6 @@ def __extract_text_from_chunk(self, chunk, text_chunks):
# make sure we only add new chunks
if new_count > 0:
new_chunks = chunks[-new_count:]
print(new_chunks)
text_chunks.extend(new_chunks)
text = ''.join(new_chunks)
return ok, text
Expand Down

0 comments on commit bab58f0

Please sign in to comment.