From 30a8a99ead2e582294166db2c8e97a53a84c5710 Mon Sep 17 00:00:00 2001 From: ste7la <124734865+ste7la@users.noreply.github.com> Date: Wed, 8 Feb 2023 07:01:51 +0900 Subject: [PATCH] Update env.j2 --- roles/custom/matrix-bot-chatgpt/templates/env.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/custom/matrix-bot-chatgpt/templates/env.j2 b/roles/custom/matrix-bot-chatgpt/templates/env.j2 index d63483b1..a5972339 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 }}