From 5a7691a9afa3ae513c7a1b42f6dcd3cee74e80f0 Mon Sep 17 00:00:00 2001 From: Geoff Seemueller <28698553+geoffsee@users.noreply.github.com> Date: Sun, 1 Jun 2025 00:04:48 -0400 Subject: [PATCH] Update README.md Signed-off-by: Geoff Seemueller <28698553+geoffsee@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 15baa6f..4dd14da 100644 --- a/README.md +++ b/README.md @@ -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"}] }' ~~~