mirror of
https://github.com/geoffsee/open-gsio.git
synced 2025-09-08 22:56:46 +00:00
Update README.md
Signed-off-by: Geoff Seemueller <28698553+geoffsee@users.noreply.github.com>
This commit is contained in:
@@ -57,7 +57,7 @@ MODEL_TO_ADD=mlx-community/gemma-3-4b-it-8bit
|
|||||||
curl http://localhost:10240/v1/chat/completions \
|
curl http://localhost:10240/v1/chat/completions \
|
||||||
-H "Content-Type: application/json" \
|
-H "Content-Type: application/json" \
|
||||||
-d '{
|
-d '{
|
||||||
"model: ,
|
"model: $MODEL_TO_ADD,
|
||||||
"messages": [{"role": "user", "content": "Hello"}]
|
"messages": [{"role": "user", "content": "Hello"}]
|
||||||
}'
|
}'
|
||||||
~~~
|
~~~
|
||||||
|
Reference in New Issue
Block a user