Skip to content

Commit

Permalink
Fix main
Browse files Browse the repository at this point in the history
  • Loading branch information
Enias Cailliau committed Jul 24, 2023
1 parent f021af0 commit 5caa47f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,4 @@ def voice_tool(self) -> Optional[Tool]:
# voice_id=self.config.elevenlabs_voice_id,
# elevenlabs_api_key=self.config.elevenlabs_api_key,
# )
return None


run
return None

0 comments on commit 5caa47f

Please sign in to comment.