mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-07 08:26:10 +00:00
(feat) text_completion return raw response for davinci003
This commit is contained in:
parent
de47058e32
commit
1ada3a13d4
1 changed files with 1 additions and 0 deletions
|
|
@ -194,6 +194,7 @@ class ModelResponse(OpenAIObject):
|
|||
self.usage = usage
|
||||
else:
|
||||
self.usage = Usage()
|
||||
self._hidden_params = {} # used in case users want to access the original model response
|
||||
super(ModelResponse, self).__init__(**params)
|
||||
|
||||
def to_dict_recursive(self):
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue