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 @@ -70,7 +70,7 @@ def __init__(
7070 # part of our public interface in the future.
7171 _strict_response_validation : bool = False ,
7272 ) -> None :
73- """Construct a new synchronous lumaai client instance.
73+ """Construct a new synchronous LumaAI client instance.
7474
7575 This automatically infers the `auth_token` argument from the `LUMAAI_API_KEY` environment variable if it is not provided.
7676 """
@@ -242,7 +242,7 @@ def __init__(
242242 # part of our public interface in the future.
243243 _strict_response_validation : bool = False ,
244244 ) -> None :
245- """Construct a new async lumaai client instance.
245+ """Construct a new async AsyncLumaAI client instance.
246246
247247 This automatically infers the `auth_token` argument from the `LUMAAI_API_KEY` environment variable if it is not provided.
248248 """
You can’t perform that action at this time.
0 commit comments