Skip to content

Commit c88e148

Browse files
authored
Update google/generativeai/client.py
1 parent 360d17a commit c88e148

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

google/generativeai/client.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ def configure(
116116
api_key: str | None = None,
117117
credentials: ga_credentials.Credentials | dict | None = None,
118118
# The user can pass a string to choose `rest` or `grpc` or 'grpc_asyncio'.
119+
# See _transport_registry in the google.ai.generativelanguage package.
119120
# Since the transport classes align with the client classes it wouldn't make
120121
# sense to accept a `Transport` object here even though the client classes can.
121122
# We could accept a dict since all the `Transport` classes take the same args,

0 commit comments

Comments
 (0)