Volscente / MediBioticsAI

MediBioticsAI is a cutting-edge initiative at the forefront of the healthcare revolution, harnessing the power of AI&ML to address some of the most pressing challenges in the field of health and medicine.
GNU General Public License v3.0
0 stars 0 forks source link

Introduce Dynaconf #30

Open Volscente opened 2 months ago

Volscente commented 2 months ago

Description

As a Data Scientist,

I want to introduce the usage of Dynaconf as new settings & configuration management,

In order to better organise the settings of the project and the division between different environments.

Changelog

Volscente commented 2 months ago

Example

settings_path = "../mds/config/settings.toml"
settings = Dynaconf(settings_files=[settings_path], environments=True, env="DEV")
[default]
model_name = "gpt-4-turbo"
split_large_image = true
seed = 1234
flow = "ocr_gemini"