Shubham Nagar

Results 3 issues of Shubham Nagar

Getting error: `openai.error.RateLimitError: You exceeded your current quota, please check your plan and billing details` at `return openai.Embedding.create(input=[text], model="text-embedding-ada-002")["data"][0]["embedding"]` ![image](https://user-images.githubusercontent.com/38903550/229775963-b6f4447f-6a1b-4a42-9bfa-d98257bb3c6f.png)

## Summary Fixes Depends on ## Test plan - ## Screenshots ## Types of changes ## Checklist - [x] My code follows the code style of this project and passes...

## Bug description I am encountering a TLS connection issue when attempting to connect to my PostgreSQL database using Prisma Migrate Dev. The specific error message is `P1011: Error opening...