diff --git a/examples/openai/smart_scraper_openai.py b/examples/openai/smart_scraper_openai.py index e5b5cd5d..01448a5b 100644 --- a/examples/openai/smart_scraper_openai.py +++ b/examples/openai/smart_scraper_openai.py @@ -23,18 +23,6 @@ graph_config = { }, "verbose": True, "headless": False, - "loader_kwargs": { - "proxy" : { - "server": "broker", - "criteria": { - "anonymous": True, - "secure": True, - "countryset": {"IT"}, - "timeout": 10.0, - "max_shape": 3 - }, - }, - } } # ************************************************