mirror of
https://github.com/open-webui/open-webui
synced 2025-01-29 13:58:09 +00:00
fix: litellm warning message
>:(
This commit is contained in:
parent
ecde76270c
commit
e8085f80a7
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user