File tree 1 file changed +2
-2
lines changed
src/openai/resources/chat
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:
24
24
@cached_property
25
25
def with_raw_response (self ) -> ChatWithRawResponse :
26
26
"""
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
28
28
the raw response object instead of the parsed content.
29
29
30
30
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:
49
49
@cached_property
50
50
def with_raw_response (self ) -> AsyncChatWithRawResponse :
51
51
"""
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
53
53
the raw response object instead of the parsed content.
54
54
55
55
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