File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ def __init__(
9797 # part of our public interface in the future.
9898 _strict_response_validation : bool = False ,
9999 ) -> None :
100- """Construct a new synchronous openai client instance.
100+ """Construct a new synchronous OpenAI client instance.
101101
102102 This automatically infers the following arguments from their corresponding environment variables if they are not provided:
103103 - `api_key` from `OPENAI_API_KEY`
@@ -324,7 +324,7 @@ def __init__(
324324 # part of our public interface in the future.
325325 _strict_response_validation : bool = False ,
326326 ) -> None :
327- """Construct a new async openai client instance.
327+ """Construct a new async AsyncOpenAI client instance.
328328
329329 This automatically infers the following arguments from their corresponding environment variables if they are not provided:
330330 - `api_key` from `OPENAI_API_KEY`
You can’t perform that action at this time.
0 commit comments