Added - `BaseModel` class in `base_model.py` - `verify()` function to `LLMInstanceCreator` class - new folders, `llm_master` and `tests` - test functions using pytest in folder `tests` and tested - initial PyPI uploaded
Changed - `LLMInstanceCreator.create()`, simplified the process of creating LLM instances
0.0.2
Added - `LLMInstanceCreator` class in `llm_master.py` for creating and verifying LLM instances - `LLMMaster.pack_parameters()` method to help create entry dictionaries - `LLMMaster.dismiss()` method to clear instances and results - set limit to 32 for max instances - run each thread in each 1 sec of interval due to API provider limitation Removed - `LLMMaster.summon_all()` method - `LLMMaster.split_llm_information()` method