BOLAA icon indicating copy to clipboard operation
BOLAA copied to clipboard

运行un_hotpotqaagent.py,出现WARNING! stop is not default parameter.提示,但agent应该没有工作

Open Eyict opened this issue 1 year ago • 2 comments

按照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. 具体图片如下: Snipaste_2024-03-01_13-57-25 Snipaste_2024-03-01_13-57-41

Eyict avatar Mar 01 '24 05:03 Eyict

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.

JimSalesforce avatar Mar 01 '24 06:03 JimSalesforce

"Thank you, I will try the new project later."

Eyict avatar Mar 01 '24 08:03 Eyict