Skip to content

Commit 79454a2

Browse files
authored
Update deploy-langchain-as-oci-data-science-model-deployment.ipynb
1 parent b2600cc commit 79454a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

notebook_examples/deploy-langchain-as-oci-data-science-model-deployment.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@
218218
"metadata": {},
219219
"outputs": [],
220220
"source": [
221-
"chain_deployment.verify({\"subject\": \"animals\"})[\"output\"]"
221+
"chain_deployment.verify({\"subject\": \"animals\"})"
222222
]
223223
},
224224
{
@@ -278,7 +278,7 @@
278278
"metadata": {},
279279
"outputs": [],
280280
"source": [
281-
"chain_deployment.predict(data={\"subject\": \"animals\"})[\"output\"]"
281+
"chain_deployment.predict(data={\"subject\": \"animals\"})"
282282
]
283283
},
284284
{

0 commit comments

Comments
 (0)