use sonnet 1022 by default

This commit is contained in:
Paul Gauthier 2024-10-22 10:09:35 -07:00
parent cfcb6656cb
commit 3c4dad7eb4
3 changed files with 3 additions and 2 deletions

View file

@ -56,6 +56,7 @@ claude-3-haiku-20240307
claude-3-opus-20240229
claude-3-sonnet-20240229
claude-3-5-sonnet-20240620
claude-3-5-sonnet-20241022
"""
ANTHROPIC_MODELS = [ln.strip() for ln in ANTHROPIC_MODELS.splitlines() if ln.strip()]