Skip to content

Commit

Permalink
Update version 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
madroidmaq committed Dec 19, 2024
1 parent 12c391f commit e198131
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,9 @@ pip install mlx-omni-server
mlx-omni-server
```

you can use `--port` to specify a different port,such as: `mlx-omni-server start --port 10240`, default port is 10240.
you can use `--port` to specify a different port,such as: `mlx-omni-server --port 10240`, default port is 10240.

You can view more startup parameters by using `mlx-omni-server --help`.


2. Use with OpenAI SDK:
Expand Down
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "mlx-omni-server"
version = "0.2.0"
version = "0.2.1"
description = ""
authors = ["madroid <[email protected]>"]
readme = "README.md"
Expand Down Expand Up @@ -37,7 +37,6 @@ black = "^24.10.0"
isort = "^5.13.2"

[tool.poetry.scripts]
start = "mlx_omni_server.main:start"
mlx-omni-server = "mlx_omni_server.main:start"

[build-system]
Expand Down

0 comments on commit e198131

Please sign in to comment.