Updated Home (markdown)

BobMaster 2023-06-05 12:26:16 +08:00
parent a8a415a004
commit 36621e96bf

10
Home.md

@ -12,15 +12,17 @@ Glossary<br>
| 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 | | import_keys_path | location of the E2E room keys |
| import_keys_password | E2E room keys password | | import_keys_password | E2E room keys password |
| api_key | openai api key | | openai_api_key | openai api key |
| bing_api_endpoint | powered by node-chatgpt-api, see https://github.com/hibobmaster/matrix_chatgpt_bot/wiki/Bing-AI | | 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 | | 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 matching some markdown symbols | | markdown_formatted | format the message that bot will send to room if matching some markdown symbols |
| output_four_images | output four images at one time from BingImageCreator | output_four_images | output four images at one time from BingImageCreator
| flowise_api_url | flowise api endpoint | | flowise_api_url | flowise api endpoint |
| flowise_api_key | flowise api key, if not provide, no authorization is required. | | flowise_api_key | flowise api key, if not provide, no authorization is required |
| pandora_api_endpoint | ChatGPT Web api endpoint powered by pandora |
| pandora_api_model | model to use in ChatGPT Web, default: `text-davinci-002-render-sha-mobile` |
| temperature | specific temperature in model using openai official api, default: 0.8 |
Use either `access_token` or `login_id+password`(recommended) to login Use either `access_token` or `login_id+password`(recommended) to login