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
70ae053a
Commit
70ae053a
authored
May 03, 2024
by
Timothy J. Baek
Browse files
fix: ascii art issue
#1918
parent
3e6b94db
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
backend/main.py
backend/main.py
+3
-1
No files found.
backend/main.py
View file @
70ae053a
...
@@ -25,6 +25,8 @@ from apps.litellm.main import (
...
@@ -25,6 +25,8 @@ from apps.litellm.main import (
start_litellm_background
,
start_litellm_background
,
shutdown_litellm_background
,
shutdown_litellm_background
,
)
)
from
apps.audio.main
import
app
as
audio_app
from
apps.audio.main
import
app
as
audio_app
from
apps.images.main
import
app
as
images_app
from
apps.images.main
import
app
as
images_app
from
apps.rag.main
import
app
as
rag_app
from
apps.rag.main
import
app
as
rag_app
...
@@ -74,7 +76,7 @@ class SPAStaticFiles(StaticFiles):
...
@@ -74,7 +76,7 @@ class SPAStaticFiles(StaticFiles):
print
(
print
(
f
"""
r
f
"""
___ __ __ _ _ _ ___
___ __ __ _ _ _ ___
/ _ \ _ __ ___ _ __ \ \ / /__| |__ | | | |_ _|
/ _ \ _ __ ___ _ __ \ \ / /__| |__ | | | |_ _|
| | | | '_ \ / _ \ '_ \ \ \ /\ / / _ \ '_ \| | | || |
| | | | '_ \ / _ \ '_ \ \ \ /\ / / _ \ '_ \| | | || |
...
...
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