update matrix-chatgpt-bot

This commit is contained in:
ntallasv
2023-02-09 14:53:56 +02:00
parent c71567477a
commit 9615855cfa
3 changed files with 14 additions and 14 deletions

View File

@ -6,7 +6,5 @@
You need to define a required configuration setting (`{{ item.name }}`).
when: "item.when | bool and vars[item.name] == ''"
with_items:
- {'name': 'matrix_bot_chatgpt_openai_email', when: true}
- {'name': 'matrix_bot_chatgpt_openai_password', when: true}
- {'name': 'matrix_bot_chatgpt_openai_login_type', when: true}
- {'name': 'matrix_bot_chatgpt_openai_api_key', when: true}
- {'name': 'matrix_bot_chatgpt_matrix_bot_username', when: true}