Change LLMContextAggregatorPair.create(context) to LLMContextAggregatorPair(context)
This commit is contained in:
@@ -172,7 +172,7 @@ indicate you should use the get_image tool are:
|
||||
]
|
||||
|
||||
context = LLMContext(messages, tools)
|
||||
context_aggregator = LLMContextAggregatorPair.create(context)
|
||||
context_aggregator = LLMContextAggregatorPair(context)
|
||||
|
||||
pipeline = Pipeline(
|
||||
[
|
||||
|
||||
Reference in New Issue
Block a user