diff --git a/src/groq/_client.py b/src/groq/_client.py index d77b872a..8c393bd3 100644 --- a/src/groq/_client.py +++ b/src/groq/_client.py @@ -74,7 +74,7 @@ def __init__( # part of our public interface in the future. _strict_response_validation: bool = False, ) -> None: - """Construct a new synchronous groq client instance. + """Construct a new synchronous Groq client instance. This automatically infers the `api_key` argument from the `GROQ_API_KEY` environment variable if it is not provided. """ @@ -252,7 +252,7 @@ def __init__( # part of our public interface in the future. _strict_response_validation: bool = False, ) -> None: - """Construct a new async groq client instance. + """Construct a new async AsyncGroq client instance. This automatically infers the `api_key` argument from the `GROQ_API_KEY` environment variable if it is not provided. """