Skip to content

Commit dfa4c6d

Browse files
authored
docs[patch]: Fix constructor args bug (#5911)
1 parent 1b13922 commit dfa4c6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/core_docs/docs/tutorials/chatbot.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
"```{=mdx}\n",
8181
"import ChatModelTabs from \"@theme/ChatModelTabs\";\n",
8282
"\n",
83-
"<ChatModelTabs openaiParams={`model=\"gpt-3.5-turbo\"`} />\n",
83+
"<ChatModelTabs />\n",
8484
"```"
8585
]
8686
},

0 commit comments

Comments
 (0)