File tree Expand file tree Collapse file tree 1 file changed +11
-2
lines changed Expand file tree Collapse file tree 1 file changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -38,8 +38,17 @@ function getWorkersAiModel(modelName: AiTextGenerationModels) {
38
38
}
39
39
40
40
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" ) ,
43
52
44
53
// llama 3 is somewhat inconsistent
45
54
//getWorkersAiModel("@cf/meta/llama-3.3-70b-instruct-fp8-fast")
You can’t perform that action at this time.
0 commit comments