We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a75c99 commit 3f91339Copy full SHA for 3f91339
src/openllm/__main__.py
@@ -216,7 +216,7 @@ def hello(repo: typing.Optional[str] = None) -> None:
216
217
@app.command(help='start an OpenAI API compatible chat server and chat in browser')
218
def serve(
219
- model: typing.Annotated[str, typer.Argument()] = '',
+ model: typing.Annotated[str, typer.Argument()],
220
repo: typing.Optional[str] = None,
221
port: int = 3000,
222
verbose: bool = False,
0 commit comments