[MODELS] | |
# Path to the disease detection model file | |
DISEASE_MODEL_PATH = models/diseases.h5 | |
AUTH_MODEL_PATH = models/auth.h5 | |
[DATABASE] | |
# MongoDB connection URI | |
MONGO_URI = mongodb+srv://pein3214:[email protected]/ | |
[HUGGING_FACE] | |
# Name of the Llama model to use for text generation | |
LLAMA_MODEL_NAME = meta-llama/Llama-3.2-1B | |