Skip to content

Commit 7970503

Browse files
authored
Fix syntax in SageMaker endpoint setup notebook
1 parent 2762ba0 commit 7970503

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

workshops/diy-agents-with-sagemaker-and-bedrock/0-setup/2-setup-sagemaker-endpoint.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
" \"OPTION_ENABLE_AUTO_TOOL_CHOICE\": \"true\",\n",
5959
" \"OPTION_TOOL_CALL_PARSER\": \"hermes\",\n",
6060
" \"OPTION_ENABLE_REASONING\": \"true\",\n",
61-
" \"OPTION_REASONING_PARSER\": \"qwen3\",\n",
61+
" \"OPTION_REASONING_PARSER\": \"qwen3\"
6262
" }\n",
6363
")\n",
6464
"model.deploy(\n",

0 commit comments

Comments
 (0)