We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 360d17a commit c88e148Copy full SHA for c88e148
google/generativeai/client.py
@@ -116,6 +116,7 @@ def configure(
116
api_key: str | None = None,
117
credentials: ga_credentials.Credentials | dict | None = None,
118
# The user can pass a string to choose `rest` or `grpc` or 'grpc_asyncio'.
119
+ # See _transport_registry in the google.ai.generativelanguage package.
120
# Since the transport classes align with the client classes it wouldn't make
121
# sense to accept a `Transport` object here even though the client classes can.
122
# We could accept a dict since all the `Transport` classes take the same args,
0 commit comments