Explorar el Código

Ensure OPENAI_PRO is true/false (not True/False)

pull/2420/head
Slavi Pantaleev hace 3 años
committed by GitHub
padre
commit
784043cc5d
No se encontró ninguna clave conocida en la base de datos para esta firma ID de clave GPG: 4AEE18F83AFDEB23
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      roles/custom/matrix-bot-chatgpt/templates/env.j2

+ 1
- 1
roles/custom/matrix-bot-chatgpt/templates/env.j2 Ver fichero

@@ -4,7 +4,7 @@ MATRIX_ACCESS_TOKEN={{ matrix_bot_chatgpt_matrix_access_token }}
OPENAI_EMAIL={{ matrix_bot_chatgpt_openai_email }}
OPENAI_PASSWORD={{ matrix_bot_chatgpt_openai_password }}
OPENAI_LOGIN_TYPE={{ matrix_bot_chatgpt_openai_login_type }}
OPENAI_PRO={{ matrix_bot_chatgpt_openai_pro }}
OPENAI_PRO={{ matrix_bot_chatgpt_openai_pro | to_json }}

# With the @ and :DOMAIN, ie @SOMETHING:DOMAIN
MATRIX_BOT_USERNAME={{ matrix_bot_chatgpt_matrix_bot_username }}


Cargando…
Cancelar
Guardar