You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/eval-tools/src/test-models.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -84,7 +84,7 @@ function getWorkersAiModel(modelName: AiTextGenerationModels) {
84
84
exportconsteachModel=describe.each([
85
85
getOpenAiModel('gpt-4o'),
86
86
getOpenAiModel('gpt-4o-mini'),
87
-
getAnthropicModel('claude-3-5-sonnet-20241022'),
87
+
// getAnthropicModel('claude-3-5-sonnet-20241022'), TODO: The evals pass with anthropic, but our rate limit is so low with AI wholesaling that we can't use it in CI because it's impossible to get a complete run with the current limits
0 commit comments