运行un_hotpotqaagent.py,出现WARNING! stop is not default parameter.提示,但agent应该没有工作
按照readme走下来,运行 python run_hotpotqaagent.py --agent_name React_HotPotQA_run_Agent --llm_name gpt-3.5-turbo --max_context_len 4000 这行代码后。提示:WARNING! stop is not default parameter.
stop was transferred to model_kwargs.
Please confirm that stop is what you intended. 生成的三组jsonl文件中,correct项全是false,且api调用也提示未计费,这说明并没有调用openai 的api.
具体图片如下:
Thanks for asking! However, all these dependencies like openai and langchain in BOLAA is already out-of-date. It may be better if you could try our new repo AgentLite. We also provide the benchmark in both hotpotqa and webshop. It will be better for your to test. And we will soon release those agent architectures in BOLAA.
"Thank you, I will try the new project later."