Skip to content

Commit 95bd6bf

Browse files
Update supporting-blog-content/using-crewai-with-elasticsearch/using_crewai_with_elasticsearch_notebook.ipynb
Co-authored-by: Justin Castilla <[email protected]>
1 parent 574f661 commit 95bd6bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

supporting-blog-content/using-crewai-with-elasticsearch/using_crewai_with_elasticsearch_notebook.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
"source": [
8585
"os.environ[\"ELASTIC_ENDPOINT\"] = getpass(\"Elastic Enpoint: \")\n",
8686
"os.environ[\"ELASTIC_API_KEY\"] = getpass(\"Elastic Api Key: \")\n",
87-
"os.environ[\"SERPER_API_KEY\"] = getpass(\"Seper API Key: \")\n",
87+
"os.environ[\"SERPER_API_KEY\"] = getpass(\"Serper API Key: \")\n",
8888
"os.environ[\"OPENAI_API_KEY\"] = getpass(\"OpenAI API Key: \")"
8989
]
9090
},

0 commit comments

Comments
 (0)