feat: add claude-3-haiku model configuration

This commit is contained in:
Paul Gauthier 2024-11-04 10:46:54 -08:00 committed by Paul Gauthier (aider)
parent 0b11024967
commit 987cb3bca9

View file

@ -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