mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-02 10:45:00 +00:00
feat: add claude-3-haiku model configuration
This commit is contained in:
parent
0b11024967
commit
987cb3bca9
1 changed files with 1 additions and 0 deletions
|
@ -9,6 +9,7 @@ from dataclasses import dataclass, fields
|
||||||
from pathlib import Path
|
from pathlib import Path
|
||||||
from typing import Optional
|
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 json5
|
||||||
import yaml
|
import yaml
|
||||||
from PIL import Image
|
from PIL import Image
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue