mirror of
https://github.com/hwchase17/langchain.git
synced 2025-08-11 13:55:03 +00:00
remove key (deleted already) add header
This commit is contained in:
parent
76ae2b203a
commit
d1043d85fa
@ -1,5 +1,15 @@
|
|||||||
{
|
{
|
||||||
"cells": [
|
"cells": [
|
||||||
|
{
|
||||||
|
"cell_type": "markdown",
|
||||||
|
"id": "d982c99f",
|
||||||
|
"metadata": {},
|
||||||
|
"source": [
|
||||||
|
"---\n",
|
||||||
|
"sidebar_label: Google Gemini\n",
|
||||||
|
"---"
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"cell_type": "markdown",
|
"cell_type": "markdown",
|
||||||
"id": "56a6d990",
|
"id": "56a6d990",
|
||||||
@ -65,9 +75,7 @@
|
|||||||
"import os\n",
|
"import os\n",
|
||||||
"\n",
|
"\n",
|
||||||
"if \"GOOGLE_API_KEY\" not in os.environ:\n",
|
"if \"GOOGLE_API_KEY\" not in os.environ:\n",
|
||||||
" os.environ[\"GOOGLE_API_KEY\"] = getpass.getpass(\"Enter your Google AI API key: \")\n",
|
" os.environ[\"GOOGLE_API_KEY\"] = getpass.getpass(\"Enter your Google AI API key: \")"
|
||||||
" \n",
|
|
||||||
"os.environ[\"GOOGLE_API_KEY\"] = \"AIzaSyBJ51sF-xa4J5dGTNGw0TWjMKuiB5-ljuc\""
|
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user