mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-09 06:05:00 +00:00
streamlit borks sys.path, causes import("litellm") to load our litellm.py; fix
This commit is contained in:
parent
aaceec1e1f
commit
9d02628cf8
8 changed files with 11 additions and 10 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue