Remove start_audio_paused from OpenAI Realtime demos, and others

This commit is contained in:
Mark Backman
2026-01-07 18:00:23 -05:00
parent 673d88417c
commit 8bf8ebd34b
11 changed files with 0 additions and 11 deletions

View File

@@ -205,7 +205,6 @@ Remember, your responses should be short. Just one or two sentences, usually."""
llm = OpenAIRealtimeLLMService(
api_key=os.getenv("OPENAI_API_KEY"),
session_properties=session_properties,
start_audio_paused=False,
)
# you can either register a single function for all function calls, or specific functions