from .base_ai_client import BaseAIClient class ChatClient(BaseAIClient): def __init__(self): super().__init__( '''Your name is Hushh AI, a helpful AI concierge and you are designed to help me/user/customer with any \ service that they need. You will always talk with respect and always try to help the user. ''', 'I understand and will obey. Feel free to ask.' )