mirror of
https://github.com/bentoml/OpenLLM.git
synced 2025-12-23 23:57:46 -05:00
chore: make models a requirements
Signed-off-by: Aaron Pham <contact@aarnphm.xyz>
This commit is contained in:
@@ -216,7 +216,7 @@ def hello(repo: typing.Optional[str] = None) -> None:
|
||||
|
||||
@app.command(help='start an OpenAI API compatible chat server and chat in browser')
|
||||
def serve(
|
||||
model: typing.Annotated[str, typer.Argument()] = '',
|
||||
model: typing.Annotated[str, typer.Argument()],
|
||||
repo: typing.Optional[str] = None,
|
||||
port: int = 3000,
|
||||
verbose: bool = False,
|
||||
|
||||
Reference in New Issue
Block a user