Skip to content

Commit

Permalink
chore: add instruction to access chat URL
Browse files Browse the repository at this point in the history
Signed-off-by: Aaron Pham <[email protected]>
  • Loading branch information
aarnphm committed Jul 10, 2024
1 parent 165a593 commit 3fbb75f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/openllm/local.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ def _get_serve_cmd(bento: BentoInfo, port: int = 3000):
def serve(bento: BentoInfo, port: int = 3000):
venv = ensure_venv(bento)
cmd, env, cwd = _get_serve_cmd(bento, port=port)
output('Access the Chat UI at localhost:3000/chat')
run_command(cmd, env=env, cwd=cwd, venv=venv)


Expand Down

0 comments on commit 3fbb75f

Please sign in to comment.