From 835f15b0f6317f17ee12fdd70c4c8da596d9787d Mon Sep 17 00:00:00 2001 From: BobMaster <32976627+hibobmaster@users.noreply.github.com> Date: Thu, 20 Apr 2023 10:04:57 +0800 Subject: [PATCH] Updated Home (markdown) --- Home.md | 25 ++++++++++++++----------- 1 file changed, 14 insertions(+), 11 deletions(-) diff --git a/Home.md b/Home.md index 2250f12..5b7b433 100644 --- a/Home.md +++ b/Home.md @@ -4,18 +4,21 @@ Glossary
*: required | parameter | | |---|---| -| homeserver* | your matrix server address | -| user_id* | your matrix account name like @xxx.matrix.org | -| password | account password | -| device_id* | your device id, like GMIAZSVFF | -| access_token | account access_token | -| room_id | if not set bot will work on the rooms it is in | -| import_keys_path | location of the E2E room keys | -| 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 | -| jailbreakEnabled | bring Sydney back and unlimited Bing chat conversaion | +| homeserver* | your matrix server address | +| user_id* | your matrix account name like @xxx.matrix.org | +| password | account password | +| device_id* | your device id, like GMIAZSVFF | +| access_token | account access_token | +| room_id | if not set bot will work on the rooms it is in | +| api_key | openai api key | +| 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 | | bard_token | see https://github.com/hibobmaster/matrix_chatgpt_bot/wiki/Google-Bard | | 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 | -Use either `access_token` or `login_id+password`(recommended) to login \ No newline at end of file +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) \ No newline at end of file