utils package¶
Submodules¶
utils.common module¶
Common utility functions for the Medical Simulation Suite AI.
This module provides helper functions for initializing models and knowledge bases, reading all configurations from the central config file.
- utils.common.get_big_model() Gemini | Claude[source]¶
- Initializes and returns the primary generation model based on the centralized configuration. 
Module contents¶
Utility package for the Medical Simulation Suite AI.
This package provides common helper functions used across the application, such as data extraction and model retrieval. The __all__ variable explicitly defines the public API of this package.
- utils.get_big_model() Gemini | Claude[source]¶
- Initializes and returns the primary generation model based on the centralized configuration.