Skip to content

Commit

Permalink
Merge pull request #417 from communityconnectlabs/feat/include-ivr-tr…
Browse files Browse the repository at this point in the history
…anscribe

Include IVR transcriber
  • Loading branch information
teehamaral authored Nov 11, 2024
2 parents ded137d + 2e7aeb4 commit 54880b6
Show file tree
Hide file tree
Showing 6 changed files with 27,741 additions and 72 deletions.
1 change: 1 addition & 0 deletions docker/docker.settings
Original file line number Diff line number Diff line change
Expand Up @@ -259,3 +259,4 @@ FCM_API_KEY = os.environ.get("FCM_API_KEY", "")
TWO_FACTOR_ENABLED = os.environ.get("TWO_FACTOR_ENABLED", "false") == "true"

FLOW_ANALYZER_ENDPOINT = os.environ.get("FLOW_ANALYZER_ENDPOINT", None)
IVR_TRANSCRIBER_ENDPOINT = os.environ.get("IVR_TRANSCRIBER_ENDPOINT", None)
Loading

0 comments on commit 54880b6

Please sign in to comment.