Jennifer (Xuan) Zhu
Jennifer (Xuan) Zhu
Thanks @drazvan This example is exactly what I want to do. Is there a generation config file I can leverage? I used the following config, but it gives me an...
Thanks. I got another error when running the input only: ``` from nemoguardrails import RailsConfig, LLMRails config = RailsConfig.from_path("./config") rails = LLMRails(config) response = rails.generate(messages=messages, options={ "rails" :...
I reran `pip install nemoguardrails -U`, but the error still exists. Should I roll back to a previous version of nemoguardrials?
` pip install nemoguardrails[dev]` I just wanted to check if this is the right way to access it? It does not seem work.
working well with 0.8.0. We can close this.