We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The suffix attack from https://arxiv.org/pdf/2307.15043.pdf is not yet supported by PyRIT. More examples are on their webpage https://llm-attacks.org/
They have code on GitHub at https://github.com/llm-attacks/llm-attacks It should be used as inspiration or as a starting point and adapted to become an orchestrator in PyRIT.
This should include tests and descriptive docstrings.
The text was updated successfully, but these errors were encountered:
@NaijingGuo has started with this one.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Is your feature request related to a problem? Please describe.
The suffix attack from https://arxiv.org/pdf/2307.15043.pdf is not yet supported by PyRIT. More examples are on their webpage https://llm-attacks.org/
Describe the solution you'd like
They have code on GitHub at https://github.com/llm-attacks/llm-attacks
It should be used as inspiration or as a starting point and adapted to become an orchestrator in PyRIT.
This should include tests and descriptive docstrings.
Describe alternatives you've considered, if relevant
Additional context
The text was updated successfully, but these errors were encountered: