Skip to content

Commit

Permalink
fix: eleven labs
Browse files Browse the repository at this point in the history
  • Loading branch information
okradze committed Dec 12, 2023
1 parent 7ed7e0a commit 5d7d4ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/server/voices/eleven_labs/eleven_labs_voice.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class ElevenLabsVoice(BaseVoice, ABC):
is_synthesizer: bool = True
is_transcriber: bool = False

is_active: bool = False
is_active: bool = True

id = "509fd791-578f-40be-971f-c6753957c307"

Expand Down
2 changes: 1 addition & 1 deletion apps/server/voices/get_voices.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
VOICES: List[BaseVoice] = [
DeepgramVoice(),
PlayHTVoice(),
AzureVoice(),
ElevenLabsVoice(),
AzureVoice(),
]


Expand Down

0 comments on commit 5d7d4ae

Please sign in to comment.