(feat) text_completion return raw response for davinci003
This commit is contained in:
parent
de47058e32
commit
1ada3a13d4
@ -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…
Reference in New Issue
Block a user