push cli tool

This commit is contained in:
Krrish Dholakia 2023-09-26 13:30:35 -07:00
parent a364b36f9e
commit a72880925c
20 changed files with 86 additions and 7 deletions

View file

@ -2807,7 +2807,6 @@ class CustomStreamWrapper:
def handle_anthropic_chunk(self, chunk):
str_line = chunk.decode("utf-8") # Convert bytes to string
print(f"str_line: {str_line}")
text = ""
is_finished = False
finish_reason = None