AIChampTools -- a collection of tools for LLMOps
AIChampTools/ │ ├── aichamptools/ │ ├── init.py │ ├── core/ │ │ ├── init.py │ │ ├── base.py # Base classes and core functionalities │ │ │ ├── connectors/ │ │ ├── init.py │ │ ├── openai_connector.py │ │ ├── mistral_connector.py │ │ ├── anthropic_connector.py │ │ │ ├── assessment/ │ │ ├── init.py │ │ ├── assessor.py │ │ ├── criteria.py │ │ │ ├── utilities/ │ │ ├── init.py │ │ ├── logging_utils.py │ │ ├── api_utils.py │ │ │ └── data_handling/ │ ├── init.py │ ├── data_processor.py │ ├── data_storage.py