4 lines
76 B
Bash
4 lines
76 B
Bash
|
|
# openai compatible api server
|
||
|
|
export HOST=0.0.0.0
|
||
|
|
mlx-llm-server --model .
|