Update examples
This commit is contained in:
@@ -22,7 +22,7 @@ from pipecat.processors.aggregators.llm_response_universal import (
|
||||
LLMContextAggregatorPair,
|
||||
LLMUserAggregatorParams,
|
||||
)
|
||||
from pipecat.services.cartesia.tts import CartesiaTTSService
|
||||
from pipecat.services.cartesia.tts import CartesiaTTSService, CartesiaTTSSettings
|
||||
from pipecat.services.deepgram.stt import DeepgramSTTService
|
||||
from pipecat.services.google.llm import GoogleLLMService
|
||||
from pipecat.services.heygen.api_liveavatar import LiveAvatarNewSessionRequest
|
||||
@@ -56,7 +56,9 @@ async def main():
|
||||
|
||||
tts = CartesiaTTSService(
|
||||
api_key=os.getenv("CARTESIA_API_KEY"),
|
||||
voice_id="00967b2f-88a6-4a31-8153-110a92134b9f",
|
||||
settings=CartesiaTTSSettings(
|
||||
voice="00967b2f-88a6-4a31-8153-110a92134b9f",
|
||||
),
|
||||
)
|
||||
|
||||
llm = GoogleLLMService(
|
||||
|
||||
Reference in New Issue
Block a user