Open Volscente opened 2 months ago
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"
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
test_config.toml
inconfiguration
conftest.py
with Dynaconf intests
test_config.yaml
inconfiguration
test_general_utils.py
intests