File size: 421 Bytes
bf2bf0e
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
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.'
        )