Skip to content

Commit ab19345

Browse files
committed
typo
Change-Id: I1bb15e1363c652f9c0b4a60dad834fce65a4f0a1
1 parent 3dc69a0 commit ab19345

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

google/generativeai/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ def make_client(self, name):
299299
"prediction": PredictionServiceClient,
300300
"prediction_async": PredictionServiceAsyncClient,
301301
}
302-
cls = local_clients.get("name", None)
302+
cls = local_clients.get(name, None)
303303

304304
if cls is None:
305305
if name.endswith("_async"):

0 commit comments

Comments
 (0)