Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Acuvity litellm integration #8722

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

Conversation

abhijitherekar
Copy link

@abhijitherekar abhijitherekar commented Feb 21, 2025

Title

Adding support for Acuvity Guardrails

Type

πŸ†• New Feature
πŸ“– Documentation
βœ… Test

Changes

Added a new vendor params under guardrails

guardrails:
  - guardrail_name: "acuvity-pii-redaction"
    litellm_params:
      guardrail: acuvity
      mode: "pre_call"
      default_on: true
      api_key: os.environ/ACUVITY_TOKEN
      vendor_params:
        guardrails:
          - name: pii_detector
            matches:
              email_address:
                redact: true
              ssn:
                redact: true

and added the documentation
Screenshot 2025-02-21 at 1 36 35β€―PM

[REQUIRED] Testing -

I have tested it locally and also added a Unit test.

abhijitherekar and others added 3 commits February 20, 2025 13:46
Copy link

vercel bot commented Feb 21, 2025

The latest updates on your projects. Learn more about Vercel for Git β†—οΈŽ

Name Status Preview Comments Updated (UTC)
litellm ❌ Failed (Inspect) Feb 21, 2025 11:30pm

@abhijitherekar abhijitherekar marked this pull request as ready for review February 21, 2025 21:38
@abhijitherekar
Copy link
Author

@krrishdholakia , please review it now. I have made all the changes as per your request.

Also, added UTs to make sure it works.
Please, can you review. Appreciate the feedback.

Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant