diff --git a/docs/get-start/faq.mdx b/docs/get-start/faq.mdx index 39351548..de95fab7 100644 --- a/docs/get-start/faq.mdx +++ b/docs/get-start/faq.mdx @@ -12,5 +12,5 @@ from embedchain.config import LlmConfig app = App() app.add("https://en.wikipedia.org/wiki/Elon_Musk") -app.query("How many companies does Elon Musk run and name those?", config=LlmConfig(model="gpt-4)) +app.query("How many companies does Elon Musk run and name those?", config=LlmConfig(model="gpt-4")) ``` \ No newline at end of file