From 6602e7cf4345ec87d755f00bc7d5cb1b2c674e13 Mon Sep 17 00:00:00 2001 From: JulianKropp Date: Fri, 10 Nov 2023 16:32:36 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env_example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env_example b/.env_example index 83664a6..a446c48 100644 --- a/.env_example +++ b/.env_example @@ -17,7 +17,7 @@ CHANGESET_PORT="5051" # int (Port to run the server on and to whic TRANSCRIPTION_SERVER_MODEL="medium" # tiny, base, small, medium, large (Whisper model to use) TRANSCRIPTION_SERVER_ONLY_ENGLISH="false" # true, false (Only use the english model) -TRANSCRIPTION_SERVER_RECORD_TIMEOUT="2.0" # float (How real time the recording is in seconds) +TRANSCRIPTION_SERVER_RECORD_TIMEOUT="10.0" # float (How real time the recording is in seconds) TRANSCRIPTION_SERVER_TASK="transcribe" # transcribe, translate (transcribe or translate it to english) TRANSCRIPTION_SERVER_HOST="0.0.0.0" # string (Host to run the server on) TRANSCRIPTION_SERVER_EXTERNAL_HOST="transcription-server" # string (Host to run the server on. This will be send to the client. The client will then connect to this host over UDP.)