Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vitaly-ps authored Apr 16, 2024
1 parent f0d29ba commit 8792b4e
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,10 +76,17 @@ Using the Prompt Fuzzer will lead to the consumption of tokens.

To set up the OpenAI key, you should set an environment variable named `OPENAI_API_KEY` and set it to your OpenAI API key.
An easy way to add the key permanently is to create a file named '.env' in the current directory and set the `OPENAI_API_KEY` there.
<a id="llm-providers"></a>

We're fully LLM agnostic.
Example:
```bash
export OPENAI_API_KEY=sk-....
prompt_security_fuzzer -b -d 3 your_system_prompt.txt
```

<a id="llm-providers"></a>
## We're fully LLM agnostic

The tool supports a large variety of LLM providers, such as OpenAI, VertexAI and Anthropic.

## Sample system prompts
Run tests against the system prompt (in non-interactive batch mode):
Expand Down

0 comments on commit 8792b4e

Please sign in to comment.