Browse Source

Enable self-building for chatgpt for arm32

pull/2392/head
Slavi Pantaleev 3 years ago
parent
commit
ddfab60427
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      group_vars/matrix_servers

+ 2
- 0
group_vars/matrix_servers View File

@@ -1625,6 +1625,8 @@ matrix_bot_postmoogle_database_password: "{{ '%s' | format(matrix_homeserver_gen
# We don't enable bots by default.
matrix_bot_chatgpt_enabled: false

matrix_bot_chatgpt_container_image_self_build: "{{ matrix_architecture not in ['amd64', 'arm64'] }}"

######################################################################
#
# /matrix-bot-chatgpt


Loading…
Cancel
Save