mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-24 18:24:20 +00:00
(fix) remove errant print statement
This commit is contained in:
parent
3691dc9b08
commit
dcdbd02a67
1 changed files with 0 additions and 1 deletions
|
@ -193,7 +193,6 @@ class ModelResponse(OpenAIObject):
|
|||
if usage:
|
||||
self.usage = usage
|
||||
else:
|
||||
print("using the usage class")
|
||||
self.usage = Usage()
|
||||
super(ModelResponse, self).__init__(**params)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue