I'm encountering a "429 Too Many Requests" error when using my distilled model based on (text-bison) model in my Firebase function with the Vertex AI client library. The error message is:
ClientError: [VertexAI.ClientError]: got status: 429 Too Many Requests. {"error":{"code":429,"message":"Quota exceeded for aiplatform.googleapis.com/generate_content_requests_per_minute_per_project_per_base_model with base model: text-bison. Please submit a quota increase request."
Any suggestions on how to resolve this issue or workarounds would be greatly appreciated.