forked from phoenix/litellm-mirror
push cli tool
This commit is contained in:
parent
a364b36f9e
commit
a72880925c
20 changed files with 86 additions and 7 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue