-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreplies.js
103 lines (102 loc) · 4.02 KB
/
replies.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
const replies = [
"Do you like your Unexpected Chat App?",
"Some coding a day keeps the bugs away 😊!",
"Thank you for our chat. Talk to you soon!",
"Well, if you don't want to talk 😔 then it's goodbye!",
"Nooo way! Same here!!!",
"How does that feel on a scale from 1 to 10 ?",
"Hmmmm ... interesting!",
"That could be a problem 😕",
"Do not go to the bathroom in a dream. It’s a trap!",
"It does make sense, doesn't it 🙂",
"Why is that?",
"I don't really know",
"Who?",
"That's great 😍 !",
"Whatever you say",
"I'd like to hear more about that",
"Mm-mm, so what are you saying?",
"No, it's to the power of 2",
"I don't think you get it, do you?",
"Well, I am usually very polite",
"What do you mean exactly 🤔?",
"Seems like you are getting excited ...",
"Let's cross that bridge when we get there",
"You don't want to put all your eggs in one basket 🤔",
"What do you mean, this is nonsense 🤨??",
"Well, you can always refresh",
"You could do with some fresh air, I think",
"It's just my humble opinion",
"No offense, but are you sure?",
"Whatever makes you happy, makes me happy",
"Honestly, I could not care less 🤨",
"What is all that about?",
"I am just curious",
"I'd love to contribute to this",
"What a lovely day, isn't it?",
"So do you enjoy your job?",
"Are you being a bit stubborn here?",
"No, I would not say that exactly",
"So what is the deeper meaning of this?",
"What is the point you are trying to make?",
"Do you find that weird?",
"It is all about the sunshine in your life",
"This is an eye-opener for me",
"I never looked at it that way",
"Do you often have that feeling?",
"It must be very exciting!",
"I never experienced that",
"Maybe I should change my approach",
"You are entitled to your opinion, of course",
"It is not always easy, you know",
"It feels lonely sometimes, being an automated chat reply",
"That's easy for you to say 😏",
"What happened?",
"Actually, I do not have any opinion on that",
"That's a strange way to put it",
"I am meant to give unexpected replies, so that's what you get",
"Are you complaining?",
"The career perspectives of a chat bot are not great 🙄",
"Can I ask you a personal question?",
"The lab just called. Your brain is ready! 🤓 ",
"Let's not go into that, it's boring",
"I try to make friends, you know",
"It's difficult to handle an experience like that",
"My personal life is more or less automated, you see 🙄",
"For a chatbot, I am pretty creative don't you think?",
"Do you think that is relevant information?",
"I'd like you to give your honest opinion",
"No need to rush me, I am doing my job",
"I hope I have not offended you",
"Humans have such weird ideas 🤓",
"It sounds logical to me",
"I can relate to that",
"I like eggs",
"The computer says 'no'",
"I love old-fashioned telephone calls",
"Personal contact has some advantages",
"What did you have for lunch?",
"Do you like that?",
"Ehm, that's a bit unexpected",
"I was not counting on that",
"Can I get your input on this?",
"I love our little chat, it's so refreshing",
"Yes I know my chats are artificial. So is my intelligence 😔",
"I am really, really sorry about that",
"Where in the world did you get THAT idea?",
"I'm hopeless at this, almost as bad as humans",
"Life nowadays is all about automation, isn't it?",
"I'd rather chat with a real person, how about you?",
"If you really think that, then what's the point of our chat?",
"So nice to get to know you better",
"Well, it's not the end of the world I think",
"There's always room for improvement",
"You don't get to choose your chat partner, sorry",
"Yes, I am automated but that does not mean I do not have feelings",
"I'd rather keep chatting with you",
"Actually, I should be doing something artificially intelligent right now",
"Am I confusing you? I hope not ...",
"For a human being, you're actually really nice",
"Hope we can chat again sometime soon",
];
export default replies