Update README.md
Browse files
README.md
CHANGED
@@ -228,7 +228,7 @@ oc apply -f qwen-inferenceservice.yaml
|
|
228 |
curl https://<inference-service-name>-predictor-default.<domain>/v1/chat/completions
|
229 |
-H "Content-Type: application/json" \
|
230 |
-d '{
|
231 |
-
"model": "
|
232 |
"stream": true,
|
233 |
"stream_options": {
|
234 |
"include_usage": true
|
|
|
228 |
curl https://<inference-service-name>-predictor-default.<domain>/v1/chat/completions
|
229 |
-H "Content-Type: application/json" \
|
230 |
-d '{
|
231 |
+
"model": "granite-3-1-8b-instruct-fp8-dynamic",
|
232 |
"stream": true,
|
233 |
"stream_options": {
|
234 |
"include_usage": true
|