forked from phoenix/litellm-mirror
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:
|
except StopIteration:
|
||||||
raise StopIteration
|
raise StopIteration
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
traceback.print_exc()
|
|
||||||
model_response.choices[0].finish_reason = "stop"
|
model_response.choices[0].finish_reason = "stop"
|
||||||
return model_response
|
return model_response
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "litellm"
|
name = "litellm"
|
||||||
version = "0.1.687"
|
version = "0.1.688"
|
||||||
description = "Library to easily interface with LLM API providers"
|
description = "Library to easily interface with LLM API providers"
|
||||||
authors = ["BerriAI"]
|
authors = ["BerriAI"]
|
||||||
license = "MIT License"
|
license = "MIT License"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue