This commit is contained in:
Kwindla Hultman Kramer
2024-09-28 22:02:33 -07:00
parent 37da7e44cd
commit ed607d5c4b

View File

@@ -71,7 +71,7 @@ async def main():
},
]
context = OpenAILLMContext(messages, tools)
context = OpenAILLMContext(messages)
context_aggregator = llm.create_context_aggregator(context)
user_aggregator = context_aggregator.user()
assistant_aggregator = context_aggregator.assistant()