developersdigest / llm-answer-engine

Build a Perplexity-Inspired Answer Engine Using Next.js, Groq, Llama-3, Langchain, OpenAI, Upstash, Brave & Serper
https://developersdigest.tech
MIT License
4.57k stars 729 forks source link

Hello, Im having some issues with my openai api key #43

Closed userbox020 closed 4 months ago

userbox020 commented 4 months ago

hello, I have balance on my account, i even removed my old key and created a new one but still have the same error on every search

llm-answer-engine-1  | Error processing content for https://medium.com/chainsecurity/zero-gas-price-transactions-what-they-do-who-creates-them-and-why-they-might-impact-scalability-aeb6487b8bb0:  [InsufficientQuotaError: 429 You exceeded your current quota, please check your plan and billing details. For more information on this error, read the docs: https://platform.openai.com/docs/guides/error-codes/api-errors.] {
llm-answer-engine-1  |   name: 'InsufficientQuotaError'
llm-answer-engine-1  | }
userbox020 commented 4 months ago

I found the follow in the link suggested by the error

image

Cause: You are sending requests too quickly. Solution: Pace your requests. Read the Rate limit guide.

how can we delay the requests, i think thats causing the 429 error response