Skip to content

Commit 8b1db9c

Browse files
google-genai-botcopybara-github
authored andcommitted
chore: Fix missing space typo in the BaseApiClient API key error message.
PiperOrigin-RevId: 746161761
1 parent 5782a5f commit 8b1db9c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

google/genai/_api_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,7 @@ def __init__(
424424
if not self.api_key:
425425
raise ValueError(
426426
'Missing key inputs argument! To use the Google AI API,'
427-
'provide (`api_key`) arguments. To use the Google Cloud API,'
427+
' provide (`api_key`) arguments. To use the Google Cloud API,'
428428
' provide (`vertexai`, `project` & `location`) arguments.'
429429
)
430430
self._http_options.base_url = 'https://generativelanguage.googleapis.com/'

0 commit comments

Comments
 (0)