Skip to content

Commit 4fc7e1d

Browse files
committed
Add workers ai evals
1 parent 361262a commit 4fc7e1d

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

packages/eval-tools/src/test-models.ts

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,17 @@ function getWorkersAiModel(modelName: AiTextGenerationModels) {
3838
}
3939

4040
export const eachModel = describe.each([
41-
getOpenAiModel('gpt-4o'),
42-
getOpenAiModel('gpt-4o-mini'),
41+
//getOpenAiModel('gpt-4o'),
42+
//getOpenAiModel('gpt-4o-mini'),
43+
44+
// error 3043 - workers-ai-provider bug
45+
getWorkersAiModel("@cf/mistralai/mistral-small-3.1-24b-instruct"),
46+
47+
// llama 3 is very inconsistent with
48+
getWorkersAiModel("@cf/meta/llama-3.3-70b-instruct-fp8-fast"),
49+
50+
// Currently llama 4 is having issues with tool calling
51+
getWorkersAiModel("@cf/meta/llama-4-scout-17b-16e-instruct"),
4352

4453
// llama 3 is somewhat inconsistent
4554
//getWorkersAiModel("@cf/meta/llama-3.3-70b-instruct-fp8-fast")

0 commit comments

Comments
 (0)