Replies: 1 comment
-
I believe the problem lies in your configuration, so I'm converting this to a discussion rather than an issue. Could you share the initialization part of your code? (Please ensure you do not share any sensitive information like keys, etc.) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Describe the bug
I'm trying to check the prompt for inappropriate language before it goes to the ChatCompletions endpoint but it returns "404 Resource not found" Error.
I'm using OpenAI services on Azure and URL looks like this:
https://MYOPENAISERVICE.openai.azure.com/openai/deployments/Gpt4-model-0125-Deployment/moderations?api-version=2023-12-01-preview
Your code piece
Beta Was this translation helpful? Give feedback.
All reactions