File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/openai/resources/chat Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ def completions(self) -> Completions:
2424 @cached_property
2525 def with_raw_response (self ) -> ChatWithRawResponse :
2626 """
27- This property can be used as a prefix for any HTTP method call to return the
27+ This property can be used as a prefix for any HTTP method call to return
2828 the raw response object instead of the parsed content.
2929
3030 For more information, see https://www.github.com/openai/openai-python#accessing-raw-response-data-eg-headers
@@ -49,7 +49,7 @@ def completions(self) -> AsyncCompletions:
4949 @cached_property
5050 def with_raw_response (self ) -> AsyncChatWithRawResponse :
5151 """
52- This property can be used as a prefix for any HTTP method call to return the
52+ This property can be used as a prefix for any HTTP method call to return
5353 the raw response object instead of the parsed content.
5454
5555 For more information, see https://www.github.com/openai/openai-python#accessing-raw-response-data-eg-headers
You can’t perform that action at this time.
0 commit comments