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

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