Sarvesh Joshi
Sarvesh Joshi
You can refer to [this](https://stackoverflow.com/questions/16573332/jsondecodeerror-expecting-value-line-1-column-1-char-0) link.
Just replace TwilioRestClient with Client as it works with newer version of twilio.
No, I do not have an Openai key in my env. But why is it falling back?
Sure will try this with `HuggingFacePipelineCallable` and check.
@dtam So I tried using `HuggingFacePipelineCallable` in the way shown below and the same error is coming. Is there something wrong in the way I'm implementing the `HuggingFacePipelineCallable` class and...
Also, I found that when I used `UnusualPrompt` with [langchain and groq](https://www.guardrailsai.com/docs/integrations/langchain), then also it is falling back to OpenAI, so is there an issue with `UnusualPrompt` or validators that...
Hi, wasn't able to check this before, today I tried it again with the suggested changes. It works correctly, thanks. Still have one more question, i.e. even if I set...
Hi @dtam any updates on this?