File size: 353 Bytes
700ea46 c6b5747 700ea46 57b48f3 700ea46 |
1 2 3 4 5 6 7 8 9 10 11 12 13 |
[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
|