mirror of
https://github.com/dograh-hq/dograh.git
synced 2026-07-25 12:01:04 +02:00
chore: run format
This commit is contained in:
parent
eedc69b3d9
commit
a78bd58ea2
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,6 @@ from pipecat.services.google.vertex.llm import (
|
|||
GoogleVertexLLMService,
|
||||
GoogleVertexLLMSettings,
|
||||
)
|
||||
from pipecat.services.inworld.tts import InworldTTSSettings
|
||||
from pipecat.services.groq.llm import GroqLLMService, GroqLLMSettings
|
||||
from pipecat.services.huggingface.llm import (
|
||||
HuggingFaceLLMService,
|
||||
|
|
@ -50,6 +49,7 @@ from pipecat.services.huggingface.stt import (
|
|||
HuggingFaceSTTService,
|
||||
HuggingFaceSTTSettings,
|
||||
)
|
||||
from pipecat.services.inworld.tts import InworldTTSSettings
|
||||
from pipecat.services.minimax.llm import MiniMaxLLMService
|
||||
from pipecat.services.minimax.tts import MiniMaxTTSSettings
|
||||
from pipecat.services.openai._constants import OPENAI_SAMPLE_RATE
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue