-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[128] - Toggle /voice-search endpoint on/off #436
base: main
Are you sure you want to change the base?
Changes from 3 commits
42cc96b
63c52d7
27570bc
9740d8c
921a228
68f07b2
8ac76e5
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,6 +34,11 @@ LITELLM_ENDPOINT="http://localhost:4000" | |
#PGVECTOR_VECTOR_SIZE=1024 | ||
|
||
#### Speech APIs ############################################################### | ||
# Set this variable to 'external' or 'custom' accordingly to toggle the /voice-search endpoint | ||
# By default it is not set so it defaults to None | ||
# TOGGLE_VOICE=external | ||
|
||
# if TOGGLE_VOICE is set to 'Custom' then make sure to also set the Environment variables mentioned below | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. What is There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. You should probably change that in the docs. I saw it in |
||
# CUSTOM_SPEECH_ENDPOINT=http://speech_service:8001/transcribe | ||
|
||
#### Temporary folder for prometheus gunicorn multiprocess #################### | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
change to boolean
ENABLE_VOICE_SEARCH
for clarity? We only use it as a boolean check anyway. I'd suggest changing the description to: