Fix a missing space in a warning message
This commit is contained in:
@@ -888,7 +888,7 @@ class OpenAIRealtimeLLMService(LLMService):
|
|||||||
"Also, LLMTextFrames are no longer pushed from "
|
"Also, LLMTextFrames are no longer pushed from "
|
||||||
"OpenAIRealtimeLLMService when it's configured with "
|
"OpenAIRealtimeLLMService when it's configured with "
|
||||||
"output_modalities=['audio']. Listen for TTSTextFrames instead.\n\n"
|
"output_modalities=['audio']. Listen for TTSTextFrames instead.\n\n"
|
||||||
"Once you've made the appropriate changes (if needed), you can"
|
"Once you've made the appropriate changes (if needed), you can "
|
||||||
"dismiss this warning by updating to the new context-setup pattern:\n\n"
|
"dismiss this warning by updating to the new context-setup pattern:\n\n"
|
||||||
" context = LLMContext(messages, tools)\n"
|
" context = LLMContext(messages, tools)\n"
|
||||||
" context_aggregator = LLMContextAggregatorPair(context)\n"
|
" context_aggregator = LLMContextAggregatorPair(context)\n"
|
||||||
|
|||||||
Reference in New Issue
Block a user