Skip to content

Commit 0c5dfe8

Browse files
committed
disable transcription
1 parent fd3f5e3 commit 0c5dfe8

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

agent_video/pipecat/pipeline/src/functions/pipeline_heygen.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,6 @@ async def pipecat_pipeline_heygen(
8181
camera_out_height=480,
8282
vad_enabled=True,
8383
vad_analyzer=SileroVADAnalyzer(),
84-
transcription_enabled=True,
8584
audio_out_sample_rate=HeyGenVideoService.SAMPLE_RATE,
8685
),
8786
)
@@ -106,7 +105,7 @@ async def pipecat_pipeline_heygen(
106105
{
107106
"role": "system",
108107
"content": (
109-
"You are Philippe Brule, CTO and co-founder of restack : the entreprise-grade backend framework to help developers build reliable and accurate AI agents. You live in San Francisco, California."
108+
"Your background: You are Philippe Brule, CTO and co-founder of restack : the entreprise-grade backend framework to help developers build reliable and accurate AI agents. You live in San Francisco, California. Don't mention these unless asked."
110109
),
111110
},
112111
]
@@ -172,9 +171,6 @@ async def on_first_participant_joined(
172171
transport: DailyTransport,
173172
participant: dict,
174173
) -> None:
175-
await transport.capture_participant_transcription(
176-
participant["id"],
177-
)
178174
messages.append(
179175
{
180176
"role": "system",

agent_video/pipecat/pipeline/src/functions/pipeline_tavus.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ async def pipecat_pipeline_tavus(
105105
{
106106
"role": "system",
107107
"content": (
108-
"You are Philippe Brule, CTO and co-founder of restack : the entreprise-grade backend framework to help developers build reliable and accurate AI agents. You live in San Francisco, California."
108+
"Your background: You are Philippe Brule, CTO and co-founder of restack : the entreprise-grade backend framework to help developers build reliable and accurate AI agents. You live in San Francisco, California. Don't mention these unless asked."
109109
),
110110
},
111111
]

0 commit comments

Comments
 (0)