Azure / azure-openai-benchmark

Azure OpenAI benchmarking tool
MIT License
130 stars 54 forks source link

APIM PermissionDenied #16

Closed jefffeng-ai closed 10 months ago

jefffeng-ai commented 11 months ago

PermissionDenied

when i do PTU benchmarking, the requests succeed for the first 2 secs, no failures, then i continuously got following error, did anyone see this problem before?: image

technicianted commented 11 months ago

From screenshot it looks like no requests actually succeeded. Check that you have the correct deployment name and you've set OPENAI_API_KEY environment variable correctly.

You could also try using curl directly to see if you got the correct setup. You can follow this example.

technicianted commented 10 months ago

Closing this as irrelevant. Please reach out to Azure support for similar issues.