From 1d27e3aec7092c09d96d4b5c8a636b84a9e1c3fd Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Fri, 28 Feb 2025 03:08:43 +0000 Subject: [PATCH] chore(docs): update client docstring --- src/groq/_client.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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. """