-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Update Groq Llama Guard 8 b - Allows now softmax local models and labelled API models - Updated Unit tests - Docs, README.md and setup.py
- Loading branch information
Showing
5 changed files
with
308 additions
and
67 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
|
||
setup( | ||
name='pytector', | ||
version='0.0.10', | ||
version='0.0.11', | ||
author='Max Melchior Lang', | ||
author_email='[email protected]', | ||
description='A package for detecting prompt injections in text using Open-Source LLMs.', | ||
|
Oops, something went wrong.