From 987cb3bca9f1203b20d731ace4403bfa3239b7b8 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Mon, 4 Nov 2024 10:46:54 -0800 Subject: [PATCH] feat: add claude-3-haiku model configuration --- aider/models.py | 1 + 1 file changed, 1 insertion(+) diff --git a/aider/models.py b/aider/models.py index b48454787..f36dff3cb 100644 --- a/aider/models.py +++ b/aider/models.py @@ -9,6 +9,7 @@ from dataclasses import dataclass, fields from pathlib import Path from typing import Optional +#ai add anthropic/claude-3-5-haiku-20241022 and the versions of it from other providers mirroring the old claude-3-haiku settings! import json5 import yaml from PIL import Image