Skip to content

Commit 4130ee6

Browse files
Update supporting-blog-content/context-engineering-mistral-completions/notebook.ipynb
Co-authored-by: Justin Castilla <[email protected]>
1 parent 34e59a6 commit 4130ee6

File tree

1 file changed

+1
-1
lines changed
  • supporting-blog-content/context-engineering-mistral-completions

1 file changed

+1
-1
lines changed

supporting-blog-content/context-engineering-mistral-completions/notebook.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"outputs": [],
5959
"source": [
6060
"# Credentials - Enter your API keys securely\n",
61-
"ELASTICSEARCH_URL = input(\"Enter your Elasticsearch URL: \").strip()\n",
61+
"ELASTICSEARCH_URL = getpass.getpass(\"Enter your Elasticsearch URL: \").strip()\n",
6262
"ELASTICSEARCH_API_KEY = getpass.getpass(\"Enter your Elasticsearch API key: \")\n",
6363
"MISTRAL_API_KEY = getpass.getpass(\"Enter your Mistral API key: \")"
6464
]

0 commit comments

Comments
 (0)