examples: Fix 07g by changing STT model

This commit is contained in:
Mark Backman
2025-04-18 07:13:34 -04:00
parent f77d8f0b6f
commit cc6d284417

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.",
)