From 8792b4ef25eb783e667d0e596f08ffd4a5e40adc Mon Sep 17 00:00:00 2001 From: Vitaly Neyman Date: Tue, 16 Apr 2024 19:30:57 +0300 Subject: [PATCH] Update README.md --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0f1173b..44b83d0 100644 --- a/README.md +++ b/README.md @@ -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. - -We're fully LLM agnostic. +Example: +```bash +export OPENAI_API_KEY=sk-.... +prompt_security_fuzzer -b -d 3 your_system_prompt.txt +``` + + +## 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):