Skip to content

Commit 3f91339

Browse files
committed
chore: make models a requirements
Signed-off-by: Aaron Pham <contact@aarnphm.xyz>
1 parent 8a75c99 commit 3f91339

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/openllm/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ def hello(repo: typing.Optional[str] = None) -> None:
216216

217217
@app.command(help='start an OpenAI API compatible chat server and chat in browser')
218218
def serve(
219-
model: typing.Annotated[str, typer.Argument()] = '',
219+
model: typing.Annotated[str, typer.Argument()],
220220
repo: typing.Optional[str] = None,
221221
port: int = 3000,
222222
verbose: bool = False,

0 commit comments

Comments
 (0)