File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 2626 "test" : " vitest run --passWithNoTests" ,
2727 "fix:format" : " prettier . --write" ,
2828 "test:watch" : " vitest" ,
29- "eval:ci" : " run-turbo eval:ci"
29+ "eval:ci" : " run-turbo eval:ci" ,
30+ "eval:dev" : " run-turbo eval:dev"
3031 },
3132 "devDependencies" : {
3233 "@changesets/cli" : " 2.28.1" ,
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ function getWorkersAiModel(modelName: AiTextGenerationModels) {
5656export const eachModel = describe . each ( [
5757 getOpenAiModel ( 'gpt-4o' ) ,
5858 getOpenAiModel ( 'gpt-4o-mini' ) ,
59- getAnthropicModel ( 'claude-3-7 -sonnet-latest' ) ,
59+ getAnthropicModel ( 'claude-3-5 -sonnet-latest' ) ,
6060 // llama 3 is somewhat inconsistent
6161 //getWorkersAiModel("@cf/meta/llama-3.3-70b-instruct-fp8-fast")
6262 // Currently llama 4 is having issues with tool calling
You can’t perform that action at this time.
0 commit comments