Commit ba2a8a09

stainless-app[bot] <142633134+stainless-app[bot]@users.noreply.github.com>
2025-02-28 06:51:14
chore(docs): update client docstring (#2152)
1 parent 724f56c
Changed files (1)
src
openai
src/openai/_client.py
@@ -97,7 +97,7 @@ class OpenAI(SyncAPIClient):
         # part of our public interface in the future.
         _strict_response_validation: bool = False,
     ) -> None:
-        """Construct a new synchronous openai client instance.
+        """Construct a new synchronous OpenAI client instance.
 
         This automatically infers the following arguments from their corresponding environment variables if they are not provided:
         - `api_key` from `OPENAI_API_KEY`
@@ -324,7 +324,7 @@ class AsyncOpenAI(AsyncAPIClient):
         # part of our public interface in the future.
         _strict_response_validation: bool = False,
     ) -> None:
-        """Construct a new async openai client instance.
+        """Construct a new async AsyncOpenAI client instance.
 
         This automatically infers the following arguments from their corresponding environment variables if they are not provided:
         - `api_key` from `OPENAI_API_KEY`