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