From 5ef3a3f0277ec3f0d42e24be1caf36db6e7617b6 Mon Sep 17 00:00:00 2001 From: Debanjum Date: Tue, 16 Sep 2025 14:55:06 +0530 Subject: [PATCH] Remove unused eval workflow config to auto read webpage in default mode --- .github/workflows/run_evals.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/run_evals.yml b/.github/workflows/run_evals.yml index 1e0863ec..30935cb4 100644 --- a/.github/workflows/run_evals.yml +++ b/.github/workflows/run_evals.yml @@ -60,14 +60,6 @@ on: required: false default: 'https://api.openai.com/v1' type: string - auto_read_webpage: - description: 'Auto read webpage on online search' - required: false - default: 'false' - type: choice - options: - - 'false' - - 'true' randomize: description: 'Randomize the sample of questions' required: false