fix: Restore import of LiteLLMExceptions in base_coder.py

This commit is contained in:
Paul Gauthier 2024-11-07 13:02:17 -08:00 committed by Paul Gauthier (aider)
parent 9e7219c4d6
commit 4941a360cb
2 changed files with 17 additions and 5 deletions

View file

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