update sonnet model names since they are in litellm json now

This commit is contained in:
Paul Gauthier 2024-10-22 12:53:26 -07:00
parent a800d219c7
commit 4a3e6ef1e5
3 changed files with 2 additions and 20 deletions

View file

@ -580,7 +580,7 @@ def main(argv=None, input=None, output=None, force_git_root=None, return_coder=F
if not args.model:
args.model = "gpt-4o-2024-08-06"
if os.environ.get("ANTHROPIC_API_KEY"):
args.model = "anthropic/claude-3-5-sonnet-20241022"
args.model = "claude-3-5-sonnet-20241022"
main_model = models.Model(
args.model,