"git@developer.sourcefind.cn:chenpangpang/open-webui.git" did not exist on "53858c9b0ed9627a124b2b6536379e6d0dd697c7"
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 ( ...@@ -36,6 +36,10 @@ from config import (
LITELLM_PROXY_HOST, LITELLM_PROXY_HOST,
) )
import warnings
warnings.simplefilter("ignore")
from litellm.utils import get_llm_provider from litellm.utils import get_llm_provider
import asyncio 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