File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ def __init__(
97
97
# part of our public interface in the future.
98
98
_strict_response_validation : bool = False ,
99
99
) -> None :
100
- """Construct a new synchronous openai client instance.
100
+ """Construct a new synchronous OpenAI client instance.
101
101
102
102
This automatically infers the following arguments from their corresponding environment variables if they are not provided:
103
103
- `api_key` from `OPENAI_API_KEY`
@@ -324,7 +324,7 @@ def __init__(
324
324
# part of our public interface in the future.
325
325
_strict_response_validation : bool = False ,
326
326
) -> None :
327
- """Construct a new async openai client instance.
327
+ """Construct a new async AsyncOpenAI client instance.
328
328
329
329
This automatically infers the following arguments from their corresponding environment variables if they are not provided:
330
330
- `api_key` from `OPENAI_API_KEY`
You can’t perform that action at this time.
0 commit comments