Study-Buddy / materials /constants.py
Hamdy005's picture
refactor: changing to gemini model, modularize constants and schemas and update user daily generation limit
ac347e7
Raw
History Blame Contribute Delete
96 Bytes
ALLOWED_TYPES = {"application/pdf"}
MAX_SIZE_MB = 10
MAX_SIZE_BYTES = MAX_SIZE_MB * 1024 * 1024