Skip to content
This repository has been archived by the owner on Oct 19, 2023. It is now read-only.

Commit

Permalink
fix: serve options
Browse files Browse the repository at this point in the history
  • Loading branch information
deepankarm committed Apr 17, 2023
1 parent 2899f6f commit 499edf1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lcserve/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ async def serve_babyagi_on_jcloud(
@click.group()
@click.version_option(__version__, '-v', '--version', prog_name='lc-serve')
@click.help_option('-h', '--help')
@click.pass_context
def serve():
pass

Expand Down

0 comments on commit 499edf1

Please sign in to comment.