DSatishchandra commited on
Commit
29fe98c
·
verified ·
1 Parent(s): db9cece

Create config/settings.py

Browse files
Files changed (1) hide show
  1. config/settings.py +2 -0
config/settings.py ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ MODEL_PATH_SOLAR = "models/solar_model.pt" # Path to the solar model
2
+ MODEL_PATH_WINDMILL = "models/windmill_model.pt" # Path to the windmill model