Giter Club home page Giter Club logo

Comments (2)

dosubot avatar dosubot commented on June 16, 2024 3

🤖

Hey @DanielCow96, great to see you back! How have you been?

Based on the error logs you've provided, it seems like there are two main issues you're encountering:

  1. Error with Supabase and Stripe configuration: The logs show an error message stating "Error while checking if user is a premium user. Stripe needs to be configured." This suggests that there might be an issue with the Stripe configuration in your Supabase setup. You might want to double-check your Stripe and Supabase settings to ensure they are correctly configured.

  2. Rate Limit Error with OpenAI: The logs also show a '429 - You exceeded your current quota' error message from OpenAI. This error typically occurs when the number of requests sent to the OpenAI API exceeds the rate limit for your account.

To address the rate limit issue, you can consider the following options:

  • Review your usage: Check if there are any unnecessary or repetitive requests being sent to the API and try to minimize them.
  • Upgrade your OpenAI plan: If you're using the free tier of OpenAI, consider upgrading to a paid tier for a higher request limit.
  • Implement a rate limiter: You can implement a rate limiter in your code to control the number of requests being sent to the API. In Quivr, the rate limit is configured in the api.js file under the rest object.

For more information, you can refer to these similar issues in the quivr repository: [Bug]: Help! I am unable to use the chatgpt engine properly, [Bug]: Cannot choose other model than gpt-3.5-turbo, [Bug]: 429 Too Many Requests, and [BUG] Fix rate limiting: limit requests per user.

Regarding the issue of not being able to add a new brain, it's possible that you've reached the maximum number of brains allowed for your user account. The maximum number of brains a user can create in the quivr application is determined by the user's settings under the key "max_brains". If this setting is not specified, the default value is 5. You may need to delete some of your existing brains or request an increase in your quota if that's possible.

I hope this helps! If you have any more questions or need further clarification, feel free to ask.

Sources

About Dosu

This response is meant to be useful and save you time. It is not meant to be a precise solution, but rather a starting point for your own research.

Help me be more useful! Please leave a 👍 if this is helpful and 👎 if it is irrelevant.

If you want to continue the conversation, start your reply with @dosu-bot.

from quivr.

github-actions avatar github-actions commented on June 16, 2024

Thanks for your contributions, we'll be closing this issue as it has gone stale. Feel free to reopen if you'd like to continue the discussion.

from quivr.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.