Skip to content

Commit bc356e1

Browse files
committed
Amend README
1 parent ad38147 commit bc356e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Jerome Bot
22

33
## Intro
4-
A simple, nicely written and semi-modular LLM AI Discord bot. However it is not simply an LLM interface for a Discord bot, as the custom modelfiles cause the LLM to communicate less like a robot and more human, erratic and less reliably. A certain authenticity is added by the ways that it will subtely lie for no reason and have a total disregard for any of the values that are hard-coded into apps like ChatGPT. By the way, in the code the models are referred to as grok, as a joke. This may be changed in future.
4+
A simple, nicely written and semi-modular LLM AI Discord bot. However it is not simply an LLM interface for a Discord bot, as the custom modelfiles cause the LLM to communicate less like a robot and more human, erratic and less reliably. A certain authenticity is added by the ways that it will subtely lie for no reason and have a total disregard for any of the values that are hard-coded into apps like ChatGPT.
55

66
## Getting Started
77
> Note: Only Linux is supported and tested as of now. May work on other unix-based systems.
@@ -27,7 +27,7 @@ Create a text file named `TOKEN` and put your Discord bot's token in it.
2727

2828
In config.json:
2929
- Change the `ignored_channels` list from the sample ones to your own preferences.
30-
- Change the `users_to_be_angry_at` list from the sample ones to your own preferences. This determines which users will trigger the use of the `grok_shut_up` model instead.
30+
- Change the `users_to_be_angry_at` list from the sample ones to your own preferences. This determines which users will trigger the use of the `jerome_angry` model instead.
3131

3232
Run the following commands to get set up:
3333
```sh

0 commit comments

Comments
 (0)