mirror of
https://github.com/StanGirard/quivr.git
synced 2024-11-23 21:22:35 +03:00
6a041b6f6d
cleaning old code to introduce better patern # Description Please include a summary of the changes and the related issue. Please also include relevant motivation and context. ## Checklist before requesting a review Please delete options that are not relevant. - [ ] My code follows the style guidelines of this project - [ ] I have performed a self-review of my code - [ ] I have commented hard-to-understand areas - [ ] I have ideally added tests that prove my fix is effective or that my feature works - [ ] New and existing unit tests pass locally with my changes - [ ] Any dependent changes have been merged ## Screenshots (if appropriate):
27 lines
622 B
Plaintext
27 lines
622 B
Plaintext
SUPABASE_URL=<change-me>
|
|
SUPABASE_SERVICE_KEY=<change-me>
|
|
PG_DATABASE_URL=notimplementedyet
|
|
OPENAI_API_KEY=<change-me>
|
|
ANTHROPIC_API_KEY=null
|
|
JWT_SECRET_KEY=<change-me>
|
|
AUTHENTICATE=true
|
|
GOOGLE_APPLICATION_CREDENTIALS=<change-me>
|
|
GOOGLE_CLOUD_PROJECT=<change-me>
|
|
CELERY_BROKER_URL=redis://redis:6379/0
|
|
CELEBRY_BROKER_QUEUE_NAME=quivr-preview.fifo
|
|
|
|
|
|
|
|
#RESEND
|
|
RESEND_API_KEY=<change-me>
|
|
RESEND_EMAIL_ADDRESS=onboarding@resend.dev
|
|
RESEND_CONTACT_SALES_FROM=contact_sales@resend.dev
|
|
RESEND_CONTACT_SALES_TO=<change-me>
|
|
|
|
CRAWL_DEPTH=1
|
|
|
|
|
|
PREMIUM_MAX_BRAIN_NUMBER=30
|
|
PREMIUM_MAX_BRAIN_SIZE=10000000
|
|
PREMIUM_DAILY_CHAT_CREDIT=100
|