Skip to content

Commit

Permalink
remove keys
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkDaoust committed Dec 13, 2023
1 parent e581e29 commit cd5a6a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion templates/aistudio_gemini_prompt_chat_b64.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@
"outputs": [],
"source": [
"# Configure the client library by providing your API key.\n",
"genai.configure(api_key='AIzaSyDrOYf92f2RP9d6ZyvPBLmd7BpIw5SIK2Q')"
"genai.configure(api_key=API_KEY)"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion templates/aistudio_gemini_prompt_freeform_b64.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@
"outputs": [],
"source": [
"# Configure the client library by providing your API key.\n",
"genai.configure(api_key='AIzaSyDrOYf92f2RP9d6ZyvPBLmd7BpIw5SIK2Q')"
"genai.configure(api_key=API_KEY)"
]
},
{
Expand Down

0 comments on commit cd5a6a2

Please sign in to comment.