Skip to content

Commit 06bb008

Browse files
minor doc changes
1 parent 8ac76e5 commit 06bb008

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

deployment/docker-compose/template.core_backend.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ LITELLM_ENDPOINT="http://localhost:4000"
4141
# If enabled, we default to using external services unless `CUSTOM_SPEECH_ENDPOINT` is set, in which case the custom hosted APIs will be used.
4242
# ENABLE_VOICE_SEARCH=True
4343

44-
# if TOGGLE_VOICE is set to 'Custom' then make sure to also set the Environment variables mentioned below
44+
# If ENABLE_VOICE_SEARCH is set to True and you want to use a custom speech service
4545
# CUSTOM_STT_ENDPOINT=http://speech_service:8001/transcribe
4646
# CUSTOM_TTS_ENDPOINT=http://speech_service:8001/synthesize
4747

docs/components/voice-service/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ The Voice Service component provides voice interaction capabilities within the A
77

88
This documentation will guide you through setting up, configuring, and using the Voice Service in various scenarios.
99

10-
Note: To enable the `/voice-search` endpoint in the question-answer service, you need to set the `TOGGLE_VOICE` environment variable in `.core_backend.env` (cf. [Configuring AAQ](../../deployment/config-options.md#configuring-the-backend-core_backend))
10+
Note: To enable the `/voice-search` endpoint in the question-answer service, you need to set the `ENABLE_VOICE_SEARCH` to `True` environment variable in `.core_backend.env` (cf. [Configuring AAQ](../../deployment/config-options.md#configuring-the-backend-core_backend))
1111

1212
??? note "To use the speech service for manual setup and testing, you must install `ffmpeg` on your system."
1313
- [Guide for MacOS](https://phoenixnap.com/kb/ffmpeg-mac)

0 commit comments

Comments
 (0)