Skip to content

Commit

Permalink
🔧
Browse files Browse the repository at this point in the history
  • Loading branch information
JulianKropp committed Nov 10, 2023
1 parent b59c571 commit 6602e7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .env_example
Original file line number Diff line number Diff line change
Expand Up @@ -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.)
Expand Down

0 comments on commit 6602e7c

Please sign in to comment.