working spend tracking + logging for response api
This commit is contained in:
parent
98718f6f09
commit
d4ed384984
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user