Skip to content

Commit 4c09d7b

Browse files
committed
removing placeholder api keys
1 parent 27b4640 commit 4c09d7b

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@
6262
"source": [
6363
"# Configuration - Update these values with your credentials\n",
6464
"ELASTICSEARCH_HOST = \"https://tralmis-tral-d91b08.es.us-central1.gcp.elastic.cloud:443\" \n",
65-
"ELASTICSEARCH_API_KEY = \"a2ZYYWhwa0JyZ3hvcjZfU192TTM6M3JWcnZNRnZrNUxPZ0NlODRDOVU0QQ==\" \n",
66-
"MISTRAL_API_KEY = \"cYmY73ytvOullkpj2K4bB0lGArQZohOZ\" # Replace with your Mistral API key\n",
65+
"ELASTICSEARCH_API_KEY = \"elasticsearchapikey==\" \n",
66+
"MISTRAL_API_KEY = \"mistralapikey==\" # Replace with your Mistral API key\n",
6767
"\n",
6868
"MISTRAL_MODEL = \"mistral-large-latest\" # Mistral model to use\n",
6969
"INFERENCE_ENDPOINT_NAME = \"mistral-embeddings-chat-completion\" # Name for the inference endpoint\n",

0 commit comments

Comments
 (0)