Remove start_audio_paused from OpenAI Realtime demos, and others
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user