diff --git a/roles/custom/matrix-bot-chatgpt/templates/env.j2 b/roles/custom/matrix-bot-chatgpt/templates/env.j2 index d63483b1f..a5972339b 100644 --- a/roles/custom/matrix-bot-chatgpt/templates/env.j2 +++ b/roles/custom/matrix-bot-chatgpt/templates/env.j2 @@ -1,7 +1,7 @@ MATRIX_HOMESERVER_URL={{ matrix_bot_chatgpt_matrix_homeserver_url }} MATRIX_ACCESS_TOKEN={{ matrix_bot_chatgpt_matrix_access_token }} -OPENAI_API_KEY={{ matrix_bot_chatgpt_openai_apikey }} +OPENAI_API_KEY={{ matrix_bot_chatgpt_openai_api_key }} OPENAI_PRO={{ matrix_bot_chatgpt_openai_pro | to_json }} CHATGPT_CONTEXT={{ matrix_bot_chatgpt_context }}