We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cae5dce commit 60881a4Copy full SHA for 60881a4
1 file changed
docs/get-started/faq.mdx
@@ -4,7 +4,6 @@ description: 'Collections of all the frequently asked questions'
4
---
5
<AccordionGroup>
6
<Accordion title="How to use MistralAI language model?">
7
-Use the model `gpt-4o` provided my openai.
8
9
<CodeGroup>
10
```ts index.ts
@@ -27,6 +26,8 @@ console.log(await llmApplication.query('Who founded Tesla?'));
27
26
</Accordion>
28
29
<Accordion title="How to use GPT-4o as the Language model?">
+Use the model `gpt-4o` provided my openai.
30
+
31
32
33
import 'dotenv/config';
0 commit comments