Skip to content

Commit

Permalink
fix typo of tutorials (#6191)
Browse files Browse the repository at this point in the history
  • Loading branch information
moonrailgun authored Jul 24, 2024
1 parent a8e74c1 commit cc76721
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/core_docs/docs/tutorials/llm_chain.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"```{=mdx}\n",
"import ChatModelTabs from \"@theme/ChatModelTabs\";\n",
"\n",
"<ChatModelTabs openaiParams={`model: \"gpt-4\"`} />\n",
"<ChatModelTabs openaiParams={`{ model: \"gpt-4\" }`} />\n",
"```"
]
},
Expand Down

0 comments on commit cc76721

Please sign in to comment.