Add application language_model to the install

This commit is contained in:
FusionPBX
2026-01-30 08:10:05 -07:00
committed by GitHub
parent e7ee4a3128
commit e17be44af2
4 changed files with 8 additions and 0 deletions

View File

@@ -14,6 +14,9 @@ fi
if [ .$application_speech = .'true' ]; then
git clone https://github.com/fusionpbx/fusionpbx-app-speech.git speech
fi
if [ .$application_language_model = .'true' ]; then
git clone https://github.com/fusionpbx/fusionpbx-app-language_model.git language_model
fi
if [ .$application_device_logs = .'true' ]; then
git clone https://github.com/fusionpbx/fusionpbx-app-device_logs.git device_logs
fi

View File

@@ -33,6 +33,7 @@ letsencrypt_folder=true # true or false
# Optional Applications
application_transcribe=true # Speech to Text
application_speech=true # Text to Speech
application_language_model=true # Language model
application_device_logs=true # Log device provision requests
application_dialplan_tools=false # Add additional dialplan applications
application_edit=false # Editor for XML, Provision, Scripts, and PHP

View File

@@ -14,6 +14,9 @@ fi
if [ .$application_speech = .'true' ]; then
git clone https://github.com/fusionpbx/fusionpbx-app-speech.git speech
fi
if [ .$application_language_model = .'true' ]; then
git clone https://github.com/fusionpbx/fusionpbx-app-language_model.git language_model
fi
if [ .$application_device_logs = .'true' ]; then
git clone https://github.com/fusionpbx/fusionpbx-app-device_logs.git device_logs
fi

View File

@@ -33,6 +33,7 @@ letsencrypt_folder=true # true or false
# Optional Applications
application_transcribe=true # Speech to Text
application_speech=true # Text to Speech
application_language_model=true # Language model
application_device_logs=true # Log device provision requests
application_dialplan_tools=false # Add additional dialplan applications
application_edit=false # Editor for XML, Provision, Scripts, and PHP