OpenAI Realtime needs the assistant context aggregator to have expect_stripped_words=False
This commit is contained in:
@@ -895,6 +895,7 @@ class OpenAIRealtimeLLMService(LLMService):
|
||||
)
|
||||
|
||||
context = LLMContext.from_openai_context(context)
|
||||
assistant_params.expect_stripped_words = False
|
||||
return LLMContextAggregatorPair(
|
||||
context, user_params=user_params, assistant_params=assistant_params
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user