mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-04 19:55: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
|
@ -7,7 +7,7 @@ from pathlib import Path
|
|||
import git
|
||||
|
||||
from aider import models, prompts, voice
|
||||
from aider.litellm import litellm
|
||||
from aider.llm import litellm
|
||||
from aider.scrape import Scraper
|
||||
from aider.utils import is_image_file
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue