Wyatt Lansford
Wyatt Lansford
Would this work for each individual validator? Or just the validation process as a whole? The ask from a couple users has been at the individual validator level
Hi there, For issue the first problem regarding the token. Once you install guardrails, you can run `guardrails configure` to get a token. Following the steps there should resolve your...
Good catch! I've added GPU support for nsfw text here: https://github.com/guardrails-ai/nsfw_text For the profanity check, did you mean https://github.com/guardrails-ai/profanity_free ? I believe this validator runs off of sci-kit on the...
Can you provide the logs? From what I can tell it uses, https://github.com/vzhou842/profanity-check Which is just an SVM on the backend. There shouldn't be any huggingface calls made for it...
@Kludex This is quite useful for frontend functionality. One specific example is tracking the progress of a longer running tool call and streaming those results in real time to the...
Anyone ever find a real solution for this?