|
|
|
@@ -57,7 +57,7 @@ matrix_bot_chatgpt_keyv_bot_storage: true |
|
|
|
# Matrix Static Settings (required, see notes) |
|
|
|
# Defaults to "https://matrix.org" |
|
|
|
matrix_bot_chatgpt_matrix_homeserver_url: "" # MATRIX_HOMESERVER_URL= |
|
|
|
# With the @ and :example.com, ie @alice:example.com, needs to be set, created manually beforehand. |
|
|
|
# With the @ and :example.com, ie @bot.chatgpt:example.com, needs to be set, created manually beforehand. |
|
|
|
matrix_bot_chatgpt_matrix_bot_username_localpart: 'bot.chatgpt' |
|
|
|
matrix_bot_chatgpt_matrix_bot_username: "@{{ matrix_bot_chatgpt_matrix_bot_username_localpart }}:{{ matrix_domain }}" # MATRIX_BOT_USERNAME= |
|
|
|
# Set `MATRIX_BOT_PASSWORD` the bot will print an `MATRIX_ACCESS_TOKEN` to the terminal |
|
|
|
|