Skip to content

Commit

Permalink
Remove to base_whisper.py
Browse files Browse the repository at this point in the history
  • Loading branch information
markbackman committed Feb 9, 2025
1 parent 44986d7 commit 80430d6
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/pipecat/services/groq.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@

from loguru import logger

from pipecat.services.base_whisper import BaseWhisperSTTService, Transcription
from pipecat.services.openai import OpenAILLMService
from pipecat.services.whisper_base import BaseWhisperSTTService, Transcription


class GroqLLMService(OpenAILLMService):
Expand Down
2 changes: 1 addition & 1 deletion src/pipecat/services/openai.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
LLMService,
TTSService,
)
from pipecat.services.whisper_base import BaseWhisperSTTService, Transcription
from pipecat.services.base_whisper import BaseWhisperSTTService, Transcription
from pipecat.utils.time import time_now_iso8601

try:
Expand Down

0 comments on commit 80430d6

Please sign in to comment.