Update 19-openai-realtime-beta

This commit is contained in:
Mark Backman
2025-03-13 14:31:57 -04:00
parent 6e6905405b
commit d5776c27f4

View File

@@ -147,8 +147,8 @@ Remember, your responses should be short. Just one or two sentences, usually."""
transport.input(), # Transport user input
context_aggregator.user(),
llm, # LLM
context_aggregator.assistant(),
transport.output(), # Transport bot output
context_aggregator.assistant(),
]
)