update typo

This commit is contained in:
hibobmaster 2023-03-10 13:34:36 +08:00
parent a343deecb1
commit ecf96124cb
No known key found for this signature in database
GPG Key ID: 316B77D7914D713C
2 changed files with 4 additions and 0 deletions

1
.gitignore vendored
View File

@ -130,6 +130,7 @@ ENV/
env.bak/
venv.bak/
config.json
compose_local_build.yaml
# Spyder project settings
.spyderproject

View File

@ -20,6 +20,9 @@ git clone https://github.com/hibobmaster/matrix_chatgpt_bot.git
pip install -r requirements.txt
```
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
{
"homeserver": "YOUR_HOMESERVER",