diff --git a/fastrepl-proxy b/fastrepl-proxy index f2fe83e00..21400f502 160000 --- a/fastrepl-proxy +++ b/fastrepl-proxy @@ -1 +1 @@ -Subproject commit f2fe83e002a7c3ddedf4e500665644adfd31b9fc +Subproject commit 21400f5028e5b357b9115ebfb8ed34fbd09d503c diff --git a/litellm/__pycache__/main.cpython-311.pyc b/litellm/__pycache__/main.cpython-311.pyc index 5e9be1663..27a715c21 100644 Binary files a/litellm/__pycache__/main.cpython-311.pyc and b/litellm/__pycache__/main.cpython-311.pyc differ diff --git a/litellm/utils.py b/litellm/utils.py index 9431faa3b..237182599 100644 --- a/litellm/utils.py +++ b/litellm/utils.py @@ -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 diff --git a/pyproject.toml b/pyproject.toml index a41b18158..a42be0aa7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"