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

@ -4,7 +4,7 @@ import queue
import tempfile
import time
from aider.litellm import litellm
from aider.llm import litellm
try:
import soundfile as sf