Skip to content

Commit

Permalink
Merge pull request #13 from noelzappy/noelzappy-patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
noelzappy authored Apr 7, 2023
2 parents f71ad97 + ad5a426 commit ad6b68b
Showing 1 changed file with 1 addition and 16 deletions.
17 changes: 1 addition & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,14 +56,6 @@ The bot will now respond to all messages you receive.
To use the bot in group chats, simply mention the bot's name or any of the prefixes listed below in your message.

```
"Zappy",
"ZappyBot",
"Zappy-Bot",
"Zappy Bot",
"zappy",
"zappybot",
"zappy-bot",
"zappy bot",
"gpt",
"GPT",
"gpt3",
Expand All @@ -73,13 +65,6 @@ To use the bot in group chats, simply mention the bot's name or any of the prefi
"bot",
"Bot",
"BOT",
"zappy,",
"Zappy,",
"ZAPPY,",
"zappy?",
"Zappy?",
"ZAPPY?",
"zappy!",
```

To change the prefixes, update the array located inside `src/configs/constants.ts`
Expand All @@ -91,7 +76,7 @@ To change the prefixes, update the array located inside `src/configs/constants.t
`bot What is the meaning of life?`

The bot only responds to messages that are received by you, not sent. It will also work with group messages.
The bot will respond to all private messages you receive and only messages with the prefixes in group chats.
The bot will respond to all private messages you receive and only messages taht contain any of the prefixes in group chats.
To change the OpenAI model being used, update the `OPENAI_MODEL` variable in the `config/constants.ts` file.

## Used libraries
Expand Down

0 comments on commit ad6b68b

Please sign in to comment.