Skip to content

Commit a55f2c0

Browse files
authored
docs(guardrails): fix typos, model references, and links in guardrail catalog (#1651)
- Fix gpt-3.5-turbo-instruct to gpt-4o-mini - Fix typos: idenfier to identifier, tourch to torch - Fix Patronus AI URL missing https://
1 parent b2d9a5e commit a55f2c0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/configure-rails/guardrail-catalog.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -455,7 +455,7 @@ To use the content safety check, you should:
455455
models:
456456
- type: main
457457
engine: openai
458-
model: gpt-3.5-turbo-instruct
458+
model: gpt-4o-mini
459459
460460
- type: content_safety
461461
engine: nim
@@ -471,7 +471,7 @@ To use the content safety check, you should:
471471
```
472472

473473
```{note}
474-
The `type` is a unique idenfier for the model to be referred to in the input and output rails as a parameter.
474+
The `type` is a unique identifier for the model to be referred to in the input and output rails as a parameter.
475475
```
476476
477477
```{note}
@@ -870,7 +870,7 @@ There is currently one available model-based detection, using a random forest-ba
870870

871871
The recommended way for using the jailbreak detection heuristics and models is to [deploy the jailbreak detection server](../user-guides/jailbreak-detection-heuristics/README.md) separately.
872872

873-
For quick testing, you can use the jailbreak detection heuristics rail locally by first installing `transformers` and `tourch`.
873+
For quick testing, you can use the jailbreak detection heuristics rail locally by first installing `transformers` and `torch`.
874874

875875
```bash
876876
pip install transformers torch

0 commit comments

Comments
 (0)