mirror of
https://github.com/StanGirard/quivr.git
synced 2024-11-24 05:55:13 +03:00
c3bb0257f0
* 🔧 new use rate limiting env variables * 🗃️ new Users table for rate limiting * ✨limit user's requests number per day * ✨ limit user's brain size * docs(readme): updated with new migration --------- Co-authored-by: Stan Girard <girard.stanislas@gmail.com>
11 lines
354 B
Plaintext
11 lines
354 B
Plaintext
SUPABASE_URL=XXXXX
|
|
SUPABASE_SERVICE_KEY=eyXXXXX
|
|
OPENAI_API_KEY=sk-XXXXXX
|
|
ANTHROPIC_API_KEY=XXXXXX
|
|
JWT_SECRET_KEY=Found in Supabase settings in the API tab
|
|
AUTHENTICATE=true
|
|
GOOGLE_APPLICATION_CREDENTIALS=/code/application_default_credentials.json
|
|
GOOGLE_CLOUD_PROJECT=XXXXX to be changed with your GCP id
|
|
MAX_BRAIN_SIZE=52428800
|
|
MAX_REQUESTS_NUMBER=200
|