fix: litellm warning message

>:(
This commit is contained in:
Timothy J. Baek 2024-05-03 15:07:12 -07:00
parent ecde76270c
commit e8085f80a7

View File

@ -36,6 +36,10 @@ from config import (
LITELLM_PROXY_HOST,
)
import warnings
warnings.simplefilter("ignore")
from litellm.utils import get_llm_provider
import asyncio