File size: 216 Bytes
45ee481
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
"""
AI Executive System

A dual-LLM chatbot that replicates the communication style of a CEO
using fine-tuned voice models and refinement pipelines.
"""

__version__ = "0.1.0"
__author__ = "Akatsuki AI Technologies"