update typo
This commit is contained in:
parent
a343deecb1
commit
ecf96124cb
2 changed files with 4 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -130,6 +130,7 @@ ENV/
|
||||||
env.bak/
|
env.bak/
|
||||||
venv.bak/
|
venv.bak/
|
||||||
config.json
|
config.json
|
||||||
|
compose_local_build.yaml
|
||||||
|
|
||||||
# Spyder project settings
|
# Spyder project settings
|
||||||
.spyderproject
|
.spyderproject
|
||||||
|
|
|
@ -20,6 +20,9 @@ git clone https://github.com/hibobmaster/matrix_chatgpt_bot.git
|
||||||
pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
```
|
```
|
||||||
3. Create a new config.json file and fill it with the necessary information:<br>
|
3. Create a new config.json file and fill it with the necessary information:<br>
|
||||||
|
If not set:<br>
|
||||||
|
`room_id`: bot will work in the room where it is in <br>
|
||||||
|
`api_key`: `!chat` command will not work
|
||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
"homeserver": "YOUR_HOMESERVER",
|
"homeserver": "YOUR_HOMESERVER",
|
||||||
|
|
Loading…
Reference in a new issue