mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-24 18:24:20 +00:00
clean out print statements
This commit is contained in:
parent
c829798e04
commit
4daaa1cf91
4 changed files with 2 additions and 3 deletions
|
@ -1 +1 @@
|
|||
Subproject commit f2fe83e002a7c3ddedf4e500665644adfd31b9fc
|
||||
Subproject commit 21400f5028e5b357b9115ebfb8ed34fbd09d503c
|
Binary file not shown.
|
@ -2574,7 +2574,6 @@ class CustomStreamWrapper:
|
|||
except StopIteration:
|
||||
raise StopIteration
|
||||
except Exception as e:
|
||||
traceback.print_exc()
|
||||
model_response.choices[0].finish_reason = "stop"
|
||||
return model_response
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[tool.poetry]
|
||||
name = "litellm"
|
||||
version = "0.1.687"
|
||||
version = "0.1.688"
|
||||
description = "Library to easily interface with LLM API providers"
|
||||
authors = ["BerriAI"]
|
||||
license = "MIT License"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue