Relative Content

Tag Archive for pythonazurepython-requestsazure-openaiazure-ai

Making an Azure AI API request with the content being a big dictionary

I’m a newbie and I need to make a request like in the example below, but my issue is that ‘my_dict’ far to big and I keep getting ‘400 Bad Request’ errors, and when I try to split it and make multiple calls I get ‘429 Too Many Requests’ errors. Another issue is that when I test it on smaller data samples it takes ages to finish.