I am getting the below error while using gpt-4o model
"Error occurred with msg: HTTP 429 (429)
Rate limit is exceeded. Try again in 1 seconds. and stacktrace : at Azure.AI.OpenAI.ClientPipelineExtensions.ProcessMessage(ClientPipeline pipeline, PipelineMessage message, RequestOptions options)
at Azure.AI.OpenAI.Chat.AzureChatClient.CompleteChat(BinaryContent content, RequestOptions options)
at OpenAI.Chat.ChatClient.CompleteChat(IEnumerable1 messages, ChatCompletionOptions options, CancellationToken cancellationToken) at Azure.AI.OpenAI.Chat.AzureChatClient.CompleteChat(IEnumerable1 messages, ChatCompletionOptions options, CancellationToken cancellationToken)"
Below is the configuration of the model:

Question: what configuration to update to not hit the rate limiter error?