feat: add latest anthropic models (#2022)

This commit is contained in:
Sarah Wooders
2024-11-11 17:07:40 -08:00
committed by GitHub
parent 4f30288c14
commit d29a0b2cc7

View File

@@ -27,11 +27,11 @@ MODEL_LIST = [
"context_window": 200000,
},
{
"name": "claude-3-sonnet-20240229",
"name": "claude-3-5-sonnet-20241022",
"context_window": 200000,
},
{
"name": "claude-3-haiku-20240307",
"name": "claude-3-5-haiku-20241022",
"context_window": 200000,
},
]