yashmakan's picture
files added
bf2bf0e
raw
history blame contribute delete
421 Bytes
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.'
)