EZ-hwh / AutoScraper

Official implement of paper "AutoCrawler: A Progressive Understanding Web Agent for Web Crawler Generation"
Apache License 2.0
403 stars 34 forks source link

ms_api_copy.py is missing when running python crawler_generation.py #9

Closed David-Hoa2023 closed 1 month ago

David-Hoa2023 commented 1 month ago

Please help me!

ms_api_copy.py is missing when running python crawler_generation.py --pattern reflexion --dataset swde --model ChatGPT --seed_website 3 --save_name ChatGPT --overwrite False

Below is the error message File "D:\AI_project\AutoCrawler\crawler_generation.py", line 38, in from utils.ms_api_copy import ms_chatgpt as chatgpt ModuleNotFoundError: No module named 'utils.ms_api_copy' (autocrawler) PS D:\AI_project\AutoCrawler> pip install utils.ms_api_copy ERROR: Could not find a version that satisfies the requirement utils.ms_api_copy (from versions: none) ERROR: No matching distribution found for utils.ms_api_copy

EZ-hwh commented 1 month ago

谢谢你,文件我已经收到!

EZ-hwh commented 1 month ago

ms_api_copy.py is a python scripts that calling LLM with API, you can replace it with your LLM calling API. You can replace it with utils/api.py