Commit e8085f80 authored by Timothy J. Baek's avatar Timothy J. Baek
Browse files

fix: litellm warning message

>:(
parent ecde7627
......@@ -36,6 +36,10 @@ from config import (
LITELLM_PROXY_HOST,
)
import warnings
warnings.simplefilter("ignore")
from litellm.utils import get_llm_provider
import asyncio
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment