Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cheryllium committed Jan 6, 2024
1 parent da12865 commit 92c70b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/chats.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ let pleasantChat = {
description: "FISH1 and FISH2 are having a nice chat.",
start: ['wave', 'wave', 'smile'],
positive: ['smile', 'happy', 'heart', 'A-happy:had a nice chat with FISH2.', 'B-happy:had a nice chat with FISH1.'],
negative: ['angry', 'surprised', 'grumpy', 'A-unhappy:tried to have a nice chat with FISH2, but FISH2 was in a bad mood.'],
negative: ['angry', 'surprised', 'grumpy', 'A-unhappy:tried to have a nice chat, but FISH2 was in a bad mood.'],
isPositive: function (fish1, fish2) {
return Math.random() < 0.8;
},
Expand Down

0 comments on commit 92c70b2

Please sign in to comment.