Skip to content

Commit 60881a4

Browse files
committed
docs: fixed FAQs
1 parent cae5dce commit 60881a4

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

docs/get-started/faq.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ description: 'Collections of all the frequently asked questions'
44
---
55
<AccordionGroup>
66
<Accordion title="How to use MistralAI language model?">
7-
Use the model `gpt-4o` provided my openai.
87

98
<CodeGroup>
109
```ts index.ts
@@ -27,6 +26,8 @@ console.log(await llmApplication.query('Who founded Tesla?'));
2726
</Accordion>
2827

2928
<Accordion title="How to use GPT-4o as the Language model?">
29+
Use the model `gpt-4o` provided my openai.
30+
3031
<CodeGroup>
3132
```ts index.ts
3233
import 'dotenv/config';

0 commit comments

Comments
 (0)