Skip to content

Commit

Permalink
change instantiation model_id -> model_engine (#612)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshreini1 authored Dec 1, 2023
1 parent 008ca25 commit f04d915
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trulens_eval/examples/expositional/models/bedrock.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"outputs": [],
"source": [
"bedrock_llm = Bedrock(\n",
" model_id=\"amazon.titan-tg1-large\",\n",
" model_engine=\"amazon.titan-tg1-large\",\n",
" client=client\n",
" )"
]
Expand Down

0 comments on commit f04d915

Please sign in to comment.