Skip to content

Latest commit

 

History

History
executable file
·
30 lines (29 loc) · 880 Bytes

docs_draft.md

File metadata and controls

executable file
·
30 lines (29 loc) · 880 Bytes

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