mindflowai/mindflow

Fix lazy initialization of configurable objects as properties

steegecs opened this issue · 1 comments

ConfiguredService, ConfiguredModel, and MindFlowModel values seem to be re-instantiated each time their values are accessed. I only want the models and services to be loaded in once.

Fixed!