jonathanpeppers / inclusive-code-reviews-ml

Machine learning for code reviews!
MIT License
14 stars 6 forks source link

Use Azure Open AI package to generate cases for model #176

Closed haritha-mohan closed 2 months ago

haritha-mohan commented 2 months ago

Ran into some interesting time limit cases:

Requests to the ChatCompletions_Create Operation under Azure OpenAI API version 2024-05-01-preview have exceeded call rate limit of your current OpenAI S0 pricing tier. Please retry after 10 seconds. Please go here: https://aka.ms/oai/quotaincrease if you would like to further increase the default rate limit.

so limited to one call to the API per invocation of the tool.