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