From 811f0cfc7968b2a3e99450f4e4a6e8ca6597c025 Mon Sep 17 00:00:00 2001
From: BobMaster <32976627+hibobmaster@users.noreply.github.com>
Date: Tue, 18 Apr 2023 01:05:50 +0800
Subject: [PATCH] Updated Home (markdown)
---
Home.md | 20 +++++++++++++++++++-
1 file changed, 19 insertions(+), 1 deletion(-)
diff --git a/Home.md b/Home.md
index bbe22ce..b4e0242 100644
--- a/Home.md
+++ b/Home.md
@@ -1,2 +1,20 @@
If you have any questions, feel free to open an issue or join our matrix room:
-https://matrix.to/#/#public:matrix.qqs.tw
\ No newline at end of file
+https://matrix.to/#/#public:matrix.qqs.tw
+
+Glossary
+*: required
+| parameter | |
+|---|---|
+| server_url* | your mattermost instance domain name |
+| port | server port |
+| access_token | bot account access_token |
+| login_id | account email address |
+| password | account password |
+| username* | account username |
+| openai_api_key | for !gpt and !chat command |
+| openai_api_endpoint | custom api endpoint |
+| bing_api_endpoint | for !chat command |
+| bard_token | for !bard command |
+| bing_auth_cookie | for !pic command |
+
+Use either `access_token` or `login_id+password` to login
\ No newline at end of file