Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenpangpang
open-webui
Commits
e8085f80
Commit
e8085f80
authored
May 03, 2024
by
Timothy J. Baek
Browse files
fix: litellm warning message
>:(
parent
ecde7627
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
backend/apps/litellm/main.py
backend/apps/litellm/main.py
+4
-0
No files found.
backend/apps/litellm/main.py
View file @
e8085f80
...
...
@@ -36,6 +36,10 @@ from config import (
LITELLM_PROXY_HOST
,
)
import
warnings
warnings
.
simplefilter
(
"ignore"
)
from
litellm.utils
import
get_llm_provider
import
asyncio
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment