Skip to content

Commit

Permalink
fix: ascii art issue
Browse files Browse the repository at this point in the history
  • Loading branch information
tjbck committed May 3, 2024
1 parent 3e6b94d commit 70ae053
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion backend/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@
start_litellm_background,
shutdown_litellm_background,
)


from apps.audio.main import app as audio_app
from apps.images.main import app as images_app
from apps.rag.main import app as rag_app
Expand Down Expand Up @@ -74,7 +76,7 @@ async def get_response(self, path: str, scope):


print(
f"""
rf"""
___ __ __ _ _ _ ___
/ _ \ _ __ ___ _ __ \ \ / /__| |__ | | | |_ _|
| | | | '_ \ / _ \ '_ \ \ \ /\ / / _ \ '_ \| | | || |
Expand Down

0 comments on commit 70ae053

Please sign in to comment.