Skip to content

Commit 27668fa

Browse files
authored
Merge pull request #115 from RemiSaurel/main
Fix typo in JS Guardrailing
2 parents c397dc4 + f400073 commit 27668fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/capabilities/guardrailing.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ chat_response = client.chat.complete(
211211
const chatResponse = await client.chat.complete(
212212
model: 'mistral-large-latest',
213213
messages: [{role: 'user', content: 'What is the best French cheese?'}],
214-
safe_prompt: true
214+
safePrompt: true
215215
);
216216
```
217217
</TabItem>

0 commit comments

Comments
 (0)