pairs = [
[
rmy name is (.*),
[Hello %1, How can I assist you today?,]
],
[
rhi|hey|hello,
[Hello, Hey there,]
],
Add more patterns and responses here
]
def chatbot():
print(Hi, I'm your AI girlfriend! Type 'quit' to exit.)
chat = Chat(pairs, reflections)
chat.converse()