Skip to content

Commit

Permalink
add delay
Browse files Browse the repository at this point in the history
  • Loading branch information
elizaveta-andreeva committed May 29, 2024
1 parent 61bd9b6 commit d0c9013
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion env_file
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ LANGUAGE=ru
SAMPLE_RATE=48000
SPEAKER=baya
ASR_ENGINE=openai_whisper
ASR_MODEL=base
ASR_MODEL=base
DELAY=15
1 change: 1 addition & 0 deletions src/env_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@
ASR_ENGINE = getenv('ASR_ENGINE')
ASR_MODEL = getenv('ASR_MODEL')
TOKEN = getenv('TELEGRAM_TOKEN')
DELAY = int(getenv('DELAY'))

DEBUG_ON, DEBUG_OFF = "true", "false"

0 comments on commit d0c9013

Please sign in to comment.