From 4e583d832707ffff6601d5e0d5d90c5e753b59ac Mon Sep 17 00:00:00 2001 From: Navid Pour Date: Wed, 2 Oct 2024 23:42:19 -0700 Subject: [PATCH] cleanup --- evals/index.eval.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/evals/index.eval.ts b/evals/index.eval.ts index 4a06e8ebe..c84b0d793 100644 --- a/evals/index.eval.ts +++ b/evals/index.eval.ts @@ -352,7 +352,6 @@ const tasks = { simple_google_search, extract_collaborators_from_github_repository, extract_last_twenty_github_commits, - twitter_signup, costar, google_jobs, }; @@ -389,7 +388,6 @@ const testcases = [ { input: { name: "simple_google_search" } }, { input: { name: "extract_collaborators_from_github_repository" } }, { input: { name: "extract_last_twenty_github_commits" } }, - { input: { name: "twitter_signup" } }, { input: { name: "costar" } }, { input: { name: "google_jobs" } }, ...chosenBananalyzerEvals.map((evalItem: any) => ({