Quellcode durchsuchen

Fix linting issue.

pull/2422/head
bertybuttface vor 3 Jahren
committed by GitHub
Ursprung
Commit
7b5ced3037
Es konnte kein GPG-Schlüssel zu dieser Signatur gefunden werden GPG-Schlüssel-ID: 4AEE18F83AFDEB23
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. +1
    -1
      roles/custom/matrix-bot-chatgpt/defaults/main.yml

+ 1
- 1
roles/custom/matrix-bot-chatgpt/defaults/main.yml Datei anzeigen

@@ -33,7 +33,7 @@ matrix_bot_chatgpt_openai_password: '' # OPENAI_PASSWORD=
matrix_bot_chatgpt_openai_login_type: 'google' # OPENAI_LOGIN_TYPE="google"
matrix_bot_chatgpt_openai_pro: false # OPENAI_PRO

matrix_bot_chatgpt_context: 'thread' # CHATGPT_CONTEXT="thread"
matrix_bot_chatgpt_context: 'thread' # CHATGPT_CONTEXT="thread"

# Matrix Static Settings (required, see notes)
# Defaults to "https://matrix.org"


Laden…
Abbrechen
Speichern