mirror of
https://github.com/tiennm99/litellm.git
synced 2026-07-20 02:18:38 +00:00
working spend tracking + logging for response api
This commit is contained in:
@@ -742,6 +742,9 @@ class BaseLiteLLMOpenAIResponseObject(BaseModel):
|
||||
def __contains__(self, key):
|
||||
return key in self.__dict__
|
||||
|
||||
def items(self):
|
||||
return self.__dict__.items()
|
||||
|
||||
|
||||
class OutputTokensDetails(BaseLiteLLMOpenAIResponseObject):
|
||||
reasoning_tokens: int
|
||||
|
||||
Reference in New Issue
Block a user