Karan Acharya

Results 9 comments of Karan Acharya

@StevenBerdak Thank you so much for the solution. Works perfectly. Had I not found this, I was on the verge of re-installing Android Studio itself!

Hello @djs21905 , excited to know if you have any updates on this!

You can now use AzureOpenAI with guardrails using `litellm`. Please follow[ this example](https://github.com/guardrails-ai/guardrails/blob/main/docs/examples/litellm_example.ipynb) (just substitute with AzureOpenAI) instead. Please let us know here if there are any issues.

My bad. I thought I added the link! Just updated the comment.

Hello @harsh306 , thanks for opening this. We're currently using [alt-profanity-check](https://pypi.org/project/alt-profanity-check/) for our [`ProfanityFree` validator](https://github.com/guardrails-ai/profanity_free). According to the description given by `alt-profanity-check`, they use a linear SVM model to detect...

Sounds good. Will close this issue once we add this update. TODO: Add update to `ProfanityFree` validator.

Great point @CalebCourier , we can add this in the next iteration of streaming alongwith reask and async support.

Hello @abhishek203 , this is actually a great enhancement suggestion! Let me get back to you whether this can be done out of the box today, or is this something...

Just tested this on Python v`3.10.14`. It works fine! I think this is the latest python version with which Inpaint-Anything can work.