Skip to content

PyRASP - 0.9.1

Choose a tag to compare

@rbidou rbidou released this 25 Oct 05:02
· 2 commits to main since this release

New features

  • Prompt Injection detection module based on custom 100% home made LLM
  • Logging to local file

Improvement

  • Migrated from setuptools pkg_resources (deprecated) to importlib_resources (but who cares...)
  • Log format is now independant from log protocol
  • Simplified and cleaned some pieces of code

Bug fix

  • Fixed a FastAPI agent crash. Credits to Julien Balleyguier