Update README.md

Signed-off-by: Geoff Seemueller <28698553+geoffsee@users.noreply.github.com>
This commit is contained in:
Geoff Seemueller
2025-06-01 00:04:48 -04:00
committed by GitHub
parent f43f2bcd57
commit 5a7691a9af

View File

@@ -57,7 +57,7 @@ MODEL_TO_ADD=mlx-community/gemma-3-4b-it-8bit
curl http://localhost:10240/v1/chat/completions \
-H "Content-Type: application/json" \
-d '{
"model: ,
"model: $MODEL_TO_ADD,
"messages": [{"role": "user", "content": "Hello"}]
}'
~~~