From c50076c37720ea08a45bf051300ae22a30fd8976 Mon Sep 17 00:00:00 2001 From: Nicolas Date: Wed, 8 May 2024 13:04:17 -0700 Subject: [PATCH] Update websites.json --- apps/test-suite/data/websites.json | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/apps/test-suite/data/websites.json b/apps/test-suite/data/websites.json index d9717589..9fc705c3 100644 --- a/apps/test-suite/data/websites.json +++ b/apps/test-suite/data/websites.json @@ -40,8 +40,13 @@ "expected_output": "yes" }, { - "website": "https://mendable.ai/blog", - "prompt": "Does this website contain multiple blog articles?", + "website": "https://www.framer.com/pricing", + "prompt": "Is there an enterprise pricing option?", + "expected_output": "yes" + }, + { + "website": "https://fly.io/docs/gpus/gpu-quickstart", + "prompt": "Is there a fly deploy command on this page?", "expected_output": "yes" }, {