Skip to content

Commit

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

0 comments on commit d7a184c

Please sign in to comment.