Skip to content

Commit 68a1907

Browse files
committed
linting+
1 parent c2b464b commit 68a1907

File tree

1 file changed

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

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,9 @@
6262
"MISTRAL_API_KEY = \"<your_mistral_api_key_here>\"\n",
6363
"\n",
6464
"MISTRAL_MODEL = \"mistral-large-latest\" # Mistral model to use\n",
65-
"INFERENCE_ENDPOINT_NAME = \"mistral-embeddings-chat-completion\" # Name for the inference endpoint\n",
65+
"INFERENCE_ENDPOINT_NAME = (\n",
66+
" \"mistral-embeddings-chat-completion\" # Name for the inference endpoint\n",
67+
")\n",
6668
"\n",
6769
"ELASTICSEARCH_HEADERS = {\n",
6870
" \"Authorization\": f\"ApiKey {ELASTICSEARCH_API_KEY}\",\n",

0 commit comments

Comments
 (0)