1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-20 00:11:35 +02:00

Add speech rec to docs

This commit is contained in:
Hillel Coren 2017-04-19 23:27:10 +03:00
parent 39e43a3bec
commit e3be115ff0

View File

@ -94,6 +94,19 @@ You need to create a Google Maps API key for the Javascript, Geocoding and Embed
You can disable the feature by adding ``GOOGLE_MAPS_ENABLED=false`` to the .env file.
Voice Commands
""""""""""""""
Supporting voice commands requires creating a `LUIS.ai app <https://www.luis.ai/home/index>`_, once the app is created you can import this `model file <https://download.invoiceninja.com/luis.json>`_.
You'll also need to set the following values in the .env file.
.. code-block:: shell
SPEECH_ENABLED=true
MSBOT_LUIS_APP_ID=...
MSBOT_LUIS_SUBSCRIPTION_KEY=...
Using a Proxy
"""""""""""""