Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -475,7 +475,7 @@
"id": "c0a39f67-2169-4251-abca-49a9c17614fa",
"metadata": {},
"source": [
"### Save Endpoint Name Attributes\n",
"### Save names of Endpoint, Endpoint Config, and Inference Component\n",
"\n",
"We save various attributes like endpoint name and inference component name using `store` magic command, as they will be needed in later notebooks."
]
Expand Down Expand Up @@ -518,8 +518,7 @@
"\n",
"%store MISTRAL_ENDPOINT_NAME\n",
"%store MISTRAL_ENDPOINT_CONFIG_NAME\n",
"%store MISTRAL_INFERENCE_COMPONENT_NAME\n",
" "
"%store MISTRAL_INFERENCE_COMPONENT_NAME\n"
]
},
{
Expand Down