Remove deprecated Claude 3.5 models (#4590)
This commit is contained in:
@@ -61,7 +61,7 @@ Benchmark configuration is provided through a JSON file. Here's a sample configu
|
||||
},
|
||||
{
|
||||
"provider": "databricks",
|
||||
"name": "claude-3-5-sonnet",
|
||||
"name": "claude-sonnet-4",
|
||||
"parallel_safe": true,
|
||||
"tool_shim": null
|
||||
},
|
||||
@@ -232,7 +232,7 @@ Example of creating a config to re-run failed evaluations:
|
||||
"models": [
|
||||
{
|
||||
"provider": "databricks",
|
||||
"name": "claude-3-5-sonnet",
|
||||
"name": "claude-sonnet-4",
|
||||
"parallel_safe": false
|
||||
}
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user