RageAgainstThePixel / OpenAI-DotNet

A Non-Official OpenAI RESTful API Client for DotNet
https://openai.com
MIT License
700 stars 149 forks source link

getting errors about content filters consistently since today #274

Open isurfraz opened 11 months ago

isurfraz commented 11 months ago

error example :

{"id":"chatcmpl-8Stix6wnN984nhw0lMdCaAu0jKaLN","object":"chat.completion.chunk","created":1701898079,"model":"gpt-4","choices":[{"index":0,"finish_reason":null,"delta":{"role":"assistant"},"content_filter_result":{"error":{"code":"content_filter_error","message":"The contents are not filtered"}}}],"system_fingerprint":""}

This is happening today, using azure open AI and gpt 4. I have a content filter setup so I am not sure why this message is happening.

StephenHodgson commented 11 months ago

But sure, but it's not related to this plugin.

We can chat about it on discord tho.

isurfraz commented 11 months ago

Thanks I have reached out on discord

isurfraz commented 7 months ago

@StephenHodgson I finally am in a different project where we do not use azure at all, and this is still happening in a fresh project on a different computer, only package added is your package and necessary dependencies - this is definitely a bug coming from your package

I am also writing this on discord, but this issue needs reopening