Merge pull request #1612 from pipecat-ai/mb/07g-stt-model

examples: Fix 07g by changing STT model
This commit is contained in:
Mark Backman
2025-04-18 08:04:20 -04:00
committed by GitHub

View File

@@ -40,7 +40,7 @@ async def run_bot(webrtc_connection: SmallWebRTCConnection):
stt = OpenAISTTService(
api_key=os.getenv("OPENAI_API_KEY"),
model="gpt-4o-transcribe-latest",
model="gpt-4o-transcribe",
prompt="Expect words related to dogs, such as breed names.",
)