Skip to content

Commit

Permalink
fix codestyle
Browse files Browse the repository at this point in the history
  • Loading branch information
matt200-ok committed Nov 20, 2024
1 parent 420c337 commit f40dd25
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion recipes/llm-voice-assistant/python/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ def get_new_tokens(self) -> str:
return self.new_tokens



def orca_worker(access_key: str, connection, warmup_sec: float, stream_frame_sec: int = 0.03) -> None:
orca = pvorca.create(access_key=access_key)
orca_stream = orca.stream_open()
Expand Down

0 comments on commit f40dd25

Please sign in to comment.