Quota exceeded for aiplatform.googleapis.com/generate_content_requests_per_minute_per_project_per_base_model with base model: anthropic-claude-3-5-sonnet #7286
-
Hello everyone, Same code is working fine with AzureOpenAI Exception: C# Code: #pragma warning disable SKEXP0070 var app = builder.Build(); var chatHistory = new ChatHistory(); chatHistory.AddUserMessage("Hi"); var lastMessage = await chat.GetChatMessageContentAsync(chatHistory); //exception raised on this line |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
The error code you've shared is related to the limit request of the connector you're using. We would recommend you look at the limits of your resource. |
Beta Was this translation helpful? Give feedback.
Are you seeing a different request payload from Semantic Kernel then what you seeing using Postman? You can do this using a custom HTTP handler and putting a breakpoint in it.