Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/evals.md
Original file line numberDiff line numberDiff line change
Expand Up@@ -28,7 +28,7 @@ Test with included demo files in our [github repository](https://github.com/open
When running benchmark mode (ROC curves, precision at recall thresholds, visualizations), you need additional packages:

```bash
pip install "guardrails[benchmark]"
pip install "openai-guardrails[benchmark]"
```

This installs:
Expand Down
2 changes: 1 addition & 1 deletion docs/quickstart.md
Original file line numberDiff line numberDiff line change
Expand Up@@ -5,7 +5,7 @@ Get started with Guardrails in minutes. Guardrails provides drop-in replacements
## Install

```bash
pip install guardrails
pip install openai-guardrails
```

## Set API Key
Expand Down
2 changes: 1 addition & 1 deletion src/guardrails/evals/README.md
Original file line numberDiff line numberDiff line change
Expand Up@@ -201,7 +201,7 @@ pip install -e .
When running benchmark mode (ROC curves, precision at recall thresholds, visualizations), you need additional packages:

```bash
pip install "guardrails[benchmark]"
pip install "openai-guardrails[benchmark]"
```

This installs:
Expand Down
Loading