1,069 个问题
我也遇到同样的问题!
在调用 Azure OpenAI 模型时,我遇到了以下问题:
Error code: 403 - {'error': {'code': 'Forbidden', 'message': 'Your resource has been temporarily blocked because we detected behavior that may violate our content policy. For more details on Azure OpenAI service content policy, please visit https://aka.ms/aoaicodeofconduct'}}
我检查了发送的数据,没有发现任何违反内容政策的部分。当前开发内容与自动化软件相关,在使用 gpt-3.5-turbo 模型时出现了上述问题,但在 gpt-4 模型上没有出现相同问题。
请问是否有可能的解决方案或建议?