-
Notifications
You must be signed in to change notification settings - Fork 137
Description
Hi,Xiaoxi, Thank you for your great work.
It looks like I didn't successfully invoke the WebExplorer. Could you please help me find out the reason?
I used the metaso search engine, Here is my report generation script:
python scripts/run_web_thinker_report.py
--single_question "What are the models of OpenAI and what are the differences?"
--search_engine "metaso"
--api_base_url "http://localhost:8082/v1/"
--model_name "WebThinker-R1-7B"
--aux_api_base_url "http://localhost:8085/v1/"
--aux_model_name "Qwen2.5-32B-Instruct"
--tokenizer_path "WebThinker-R1-7B"
--aux_tokenizer_path "Qwen2.5-32B-Instruct"
Although there are |begin_search_result| and |end_search_result|, it seems that the result information between the two is not returned by WebExplorer because there is no record of calling the search engine.
During the code execution, the loop "while not seq['finished']:" is executed only once and then the task is finished without entering "elif response.rstrip().endswith(END_SEARCH_QUERY):"
This json file contains the results of my operation:
test.8.22,10_35.62.json
Thank you so much!