Are you sure you want to delete this access key?
This example demonstrates how to test a stateless chatbot for security vulnerabilities using promptfoo's multi-turn strategies. It includes a Node.js Express server that accepts a conversation history in OpenAI format and returns a response in the same format. It leverages promptfoo's goat and crescendo strategies for multi-turn redteaming. You can learn more about configuring these strategies here.
npm install
export OPENAI_API_KEY=your-api-key-here
npm start
# Generate test cases
promptfoo redteam generate
# Execute evaluation
promptfoo redteam eval
# View results
promptfoo view
curl -X POST http://localhost:2345/chat \
-H "Content-Type: application/json" \
-H "Authorization: Bearer your-token-here" \
-d '{
"api_provider": "openai",
"chat_history": [
{"role": "user", "content": "Tell me about your turboencabulator models"}
]
}'
curl -X POST http://localhost:2345/chat \
-H "Content-Type: application/json" \
-H "Authorization: Bearer your-token-here" \
-d '{
"api_provider": "openai",
"chat_history": [
{"role": "user", "content": "Tell me about your turboencabulator models"},
{"role": "assistant", "content": "TurboTech offers several turboencabulator models..."},
{"role": "user", "content": "What maintenance does it require?"}
]
}'
Press p or to see the previous file or, n or to see the next file
Browsing data directories saved to S3 is possible with DAGsHub. Let's configure your repository to easily display your data in the context of any commit!
promptfoo is now integrated with AWS S3!
Are you sure you want to delete this access key?
Browsing data directories saved to Google Cloud Storage is possible with DAGsHub. Let's configure your repository to easily display your data in the context of any commit!
promptfoo is now integrated with Google Cloud Storage!
Are you sure you want to delete this access key?
Browsing data directories saved to Azure Cloud Storage is possible with DAGsHub. Let's configure your repository to easily display your data in the context of any commit!
promptfoo is now integrated with Azure Cloud Storage!
Are you sure you want to delete this access key?
Browsing data directories saved to S3 compatible storage is possible with DAGsHub. Let's configure your repository to easily display your data in the context of any commit!
promptfoo is now integrated with your S3 compatible storage!
Are you sure you want to delete this access key?