diff --git a/src/mixedbread/_client.py b/src/mixedbread/_client.py index 9b142105..60a8893e 100644 --- a/src/mixedbread/_client.py +++ b/src/mixedbread/_client.py @@ -325,7 +325,7 @@ def __init__( # part of our public interface in the future. _strict_response_validation: bool = False, ) -> None: - """Construct a new async Mixedbread client instance. + """Construct a new async AsyncMixedbread client instance. This automatically infers the `api_key` argument from the `MXBAI_API_KEY` environment variable if it is not provided. """