Updated Home (markdown)
parent
69890d862b
commit
835f15b0f6
1 changed files with 14 additions and 11 deletions
25
Home.md
25
Home.md
|
@ -4,18 +4,21 @@ Glossary<br>
|
||||||
*: required
|
*: required
|
||||||
| parameter | |
|
| parameter | |
|
||||||
|---|---|
|
|---|---|
|
||||||
| homeserver* | your matrix server address |
|
| homeserver* | your matrix server address |
|
||||||
| user_id* | your matrix account name like @xxx.matrix.org |
|
| user_id* | your matrix account name like @xxx.matrix.org |
|
||||||
| password | account password |
|
| password | account password |
|
||||||
| device_id* | your device id, like GMIAZSVFF |
|
| device_id* | your device id, like GMIAZSVFF |
|
||||||
| access_token | account access_token |
|
| access_token | account access_token |
|
||||||
| room_id | if not set bot will work on the rooms it is in |
|
| room_id | if not set bot will work on the rooms it is in |
|
||||||
| import_keys_path | location of the E2E room keys |
|
| api_key | openai api key |
|
||||||
| import_keys_password | E2E room keys password |
|
| bing_api_endpoint | powered by node-chatgpt-api, see https://github.com/hibobmaster/matrix_chatgpt_bot/wiki/Bing-AI |
|
||||||
| bing_api_endpoint | powered by node-chatgpt-api, see https://github.com/hibobmaster/matrix_chatgpt_bot/wiki/Bing-AI |
|
| jailbreakEnabled | bring Sydney back and unlimited Bing chat conversaion |
|
||||||
| jailbreakEnabled | bring Sydney back and unlimited Bing chat conversaion |
|
|
||||||
| bard_token | see https://github.com/hibobmaster/matrix_chatgpt_bot/wiki/Google-Bard |
|
| bard_token | see https://github.com/hibobmaster/matrix_chatgpt_bot/wiki/Google-Bard |
|
||||||
| bing_auth_cookie | bing image creator, `_U` cookie from bing.com |
|
| bing_auth_cookie | bing image creator, `_U` cookie from bing.com |
|
||||||
| markdown_formatted | format the message that bot will send to room if match some markdown symbols |
|
| markdown_formatted | format the message that bot will send to room if match some markdown symbols |
|
||||||
|
|
||||||
Use either `access_token` or `login_id+password`(recommended) to login
|
Use either `access_token` or `login_id+password`(recommended) to login
|
||||||
|
|
||||||
|
***
|
||||||
|
|
||||||
|
Want to liberate your hands? Try our [matrix-stt-bot](https://github.com/hibobmaster/matrix-stt-bot)
|
Loading…
Reference in a new issue