Skip to content

Commit

Permalink
key-test file updated
Browse files Browse the repository at this point in the history
  • Loading branch information
jitendra-ky committed Sep 6, 2024
1 parent 30a759d commit 538d9b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion key_test.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"if key is None:\n",
" print('Please set the GOOGLE_API_KEY environment variable')\n",
"else:\n",
" print(\"get the key successfully\", key)\n",
" print(\"get the key successfully\")\n",
"genai.configure(api_key=key)\n",
"\n",
"\n",
Expand Down

0 comments on commit 538d9b4

Please sign in to comment.