streamlit borks sys.path, causes import("litellm") to load our litellm.py; fix

This commit is contained in:
Paul Gauthier 2024-07-03 21:32:50 -03:00
parent aaceec1e1f
commit 9d02628cf8
8 changed files with 11 additions and 10 deletions

View file

@ -22,7 +22,7 @@ from aider.commands import Commands
from aider.history import ChatSummary
from aider.io import InputOutput
from aider.linter import Linter
from aider.litellm import litellm
from aider.llm import litellm
from aider.mdstream import MarkdownStream
from aider.repo import GitRepo
from aider.repomap import RepoMap