Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #13

Merged
merged 1 commit into from
Apr 7, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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