update typo

This commit is contained in:
hibobmaster 2023-03-10 13:34:36 +08:00
parent a343deecb1
commit ecf96124cb
Signed by: bobmaster
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/ env.bak/
venv.bak/ venv.bak/
config.json config.json
compose_local_build.yaml
# Spyder project settings # Spyder project settings
.spyderproject .spyderproject

View file

@ -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",