mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-15 13:55:19 +00:00
fix: litellm warning message
>:(
This commit is contained in:
parent
ecde76270c
commit
e8085f80a7
1 changed files with 4 additions and 0 deletions
|
|
@ -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 a new issue