Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
eyurtsev committed Sep 10, 2024
1 parent b99739f commit c203689
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions langserve/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -236,8 +236,8 @@ def orange(text: str) -> str:
for path in paths:
if endpoint_configuration.is_playground_enabled:
print(
f'{green("LANGSERVE:")} Playground for chain "{path or ""}/" is '
f"live at:"
f'{green("LANGSERVE:")} Playground for chain "{path or ""}/" '
f'is live at:'
)
print(f'{green("LANGSERVE:")} │')
print(f'{green("LANGSERVE:")} └──> {path}/playground/')
Expand Down

0 comments on commit c203689

Please sign in to comment.