From 36621e96bff6802b830ebe97f491038ce7a2c986 Mon Sep 17 00:00:00 2001 From: BobMaster Date: Mon, 5 Jun 2023 12:26:16 +0800 Subject: [PATCH] Updated Home (markdown) --- Home.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/Home.md b/Home.md index 9ae25a8..c2bf25c 100644 --- a/Home.md +++ b/Home.md @@ -12,15 +12,17 @@ Glossary
| 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 | -| 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 | +| openai_api_key | openai api key | +| api_endpoint | powered by node-chatgpt-api, see https://github.com/hibobmaster/matrix_chatgpt_bot/wiki/Bing-AI | | 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 matching some markdown symbols | | output_four_images | output four images at one time from BingImageCreator | 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