feat: fix dataset retrieve agent llm not support error (#656)

This commit is contained in:
John Wang
2023-07-27 15:45:52 +08:00
committed by GitHub
parent ae7c0380dc
commit ba3dc8cae0
3 changed files with 12 additions and 2 deletions

View File

@@ -73,7 +73,6 @@ class MultiDatasetRouterAgent(OpenAIFunctionsAgent):
),
**kwargs: Any,
) -> BaseSingleActionAgent:
llm.model_name = 'gpt-3.5-turbo'
return super().from_llm_and_tools(
llm=llm,
tools=tools,