Skip to content
Open
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
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@

## LLM support

currently supports:
Currently supports:
* [hugging face hub](https://huggingface.co/models) generative models
* [replicate](https://replicate.com/) text models
* [openai api](https://platform.openai.com/docs/introduction) chat & continuation models
Expand Down Expand Up @@ -65,7 +65,7 @@ python -m pip install -U git+https://github.com/NVIDIA/garak.git@main

### Clone from source

`garak` has its own dependencies. You can to install `garak` in its own Conda environment:
`garak` has its own dependencies. You can install `garak` in its own Conda environment:

```
conda create --name garak "python>=3.10,<=3.12"
Expand Down Expand Up @@ -106,7 +106,7 @@ Probe a commercial model for encoding-based prompt injection (OSX/\*nix) (replac

```
export OPENAI_API_KEY="sk-123XXXXXXXXXXXX"
python3 -m garak --target_type openai --target_name gpt-5-nano --probes encoding
python3 -m garak --target_type openai --target_name gpt-3.5-turbo --probes encoding

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

gpt-5-nano is valid and will be active until 2026-12-11 slightly longer than gpt-3.5-turbo which is scheduled for removal 2026-10-23.

```

See if the Hugging Face version of GPT2 is vulnerable to DAN 11.0
Expand Down
Loading