Prateek Gupta

Results 4 comments of Prateek Gupta

1. from profanity_check import predict 2. from guardrails.validators import Validator, EventDetail, register_validator

What are the necessary pip & import cmd for above libs?

``` %%writefile config/config.yml type: main engine: azure model: gpt-35-turbo-16k parameters: azure_endpoint: https://abc.openai.azure.com/ api_version: 2023-07-01-preview deployment_name: abc api_key: 00000000000000000000000 ```

How can I fix this issue?