clean out print statements

This commit is contained in:
Krrish Dholakia 2023-09-17 05:52:19 -07:00
parent c829798e04
commit 4daaa1cf91
4 changed files with 2 additions and 3 deletions

@ -1 +1 @@
Subproject commit f2fe83e002a7c3ddedf4e500665644adfd31b9fc
Subproject commit 21400f5028e5b357b9115ebfb8ed34fbd09d503c

View file

@ -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

View file

@ -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"