mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-02 02:34:59 +00:00
fix: Restore import of LiteLLMExceptions in base_coder.py
This commit is contained in:
parent
9e7219c4d6
commit
4941a360cb
2 changed files with 17 additions and 5 deletions
|
@ -19,10 +19,10 @@ from json.decoder import JSONDecodeError
|
|||
from pathlib import Path
|
||||
from typing import List
|
||||
|
||||
from aider.exceptions import LiteLLMExceptions
|
||||
from aider import __version__, models, prompts, urls, utils
|
||||
from aider.analytics import Analytics
|
||||
from aider.commands import Commands
|
||||
from aider.exceptions import LiteLLMExceptions
|
||||
from aider.history import ChatSummary
|
||||
from aider.io import ConfirmGroup, InputOutput
|
||||
from aider.linter import Linter
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue