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
2717fe7c
"...resnet50_tensorflow.git" did not exist on "7042ff2728fff973c426314291449222eb67667f"
Commit
2717fe7c
authored
Apr 21, 2024
by
Timothy J. Baek
Browse files
fix
parent
51191168
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
backend/apps/litellm/main.py
backend/apps/litellm/main.py
+1
-1
No files found.
backend/apps/litellm/main.py
View file @
2717fe7c
...
@@ -124,7 +124,7 @@ async def restart_litellm(user=Depends(get_admin_user)):
...
@@ -124,7 +124,7 @@ async def restart_litellm(user=Depends(get_admin_user)):
log
.
info
(
"litellm service shutdown complete."
)
log
.
info
(
"litellm service shutdown complete."
)
# Restart the background service
# Restart the background service
await
start_litellm_background
()
start_litellm_background
()
log
.
info
(
"litellm service restart complete."
)
log
.
info
(
"litellm service restart complete."
)
return
{
return
{
...
...
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