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 dc95114
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 96 deletions.
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
94 changes: 0 additions & 94 deletions src/pipecat/services/whisper_base.py

This file was deleted.

0 comments on commit dc95114

Please sign in to comment.