MODEL="<model name for endpoint>"
TASK="Find a beef Wellington recipe with a rating of 4.7 or higher and at least 200 reviews."
URL="https://www.allrecipes.com"
uv run src/surfer_h_cli/surferh.py \
--task "$TASK" \
--url "$URL" \
--max_n_steps 30 \
--base_url_localization https://<openai-api-compatible-endpoint-such-as-vllm> \
--model_name_localization $MODEL \
--temperature_localization 0.0 \
--base_url_navigation https://<openai-api-compatible-endpoint-such-as-vllm> \
--model_name_navigation $MODEL \
--temperature_navigation 0.7 \