generated from guardrails-ai/validator-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added response validator dep, bump version
- Loading branch information
1 parent
db723e3
commit 4b7fdbd
Showing
1 changed file
with
3 additions
and
2 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[project] | ||
name = "politeness_check" | ||
version = "0.0.0" | ||
version = "0.0.1" | ||
description = "This validator ensures that a generated output is polite." | ||
authors = [ | ||
{name = "Guardrails AI", email = "[email protected]"} | ||
|
@@ -10,7 +10,8 @@ readme = "README.md" | |
requires-python = ">= 3.8.1" | ||
dependencies = [ | ||
"guardrails-ai>=0.4.0", | ||
"litellm" | ||
"litellm", | ||
"guardrails-grhub-response_evaluator" | ||
] | ||
|
||
[project.optional-dependencies] | ||
|