crossplane-contrib / provider-upjet-azure

Azure Provider for Crossplane.
https://marketplace.upbound.io/providers/upbound/provider-family-azure/
Apache License 2.0
63 stars 76 forks source link

content filter support in cognitive services provider #878

Open navneet1075 opened 4 days ago

navneet1075 commented 4 days ago

Unable to create content filter for azure openai models.

I am using the cognitive services provider (https://marketplace.upbound.io/providers/upbound/provider-azure-cognitiveservices/v1.9.0) to create the azure openai deployments for difererent large language models (like gpt-35-turbo , gpt-4) . for all this deployment i also need to attach a certain level of filters of content like Hate and Fairness, Sexual, Violenence. more details here : https://learn.microsoft.com/en-us/azure/ai-services/openai/concepts/content-filter.

currently the cognitive services provider do not support creating of content filter.

What could help solve your problem?

Addition of content filter module to cognitive services provider so that we can attach it to the deployments created.