Update README.md
Browse files
README.md
CHANGED
@@ -236,7 +236,7 @@ oc apply -f qwen-inferenceservice.yaml
|
|
236 |
curl https://<inference-service-name>-predictor-default.<domain>/v1/chat/completions
|
237 |
-H "Content-Type: application/json" \
|
238 |
-d '{
|
239 |
-
"model":
|
240 |
"stream": true,
|
241 |
"stream_options": {
|
242 |
"include_usage": true
|
|
|
236 |
curl https://<inference-service-name>-predictor-default.<domain>/v1/chat/completions
|
237 |
-H "Content-Type: application/json" \
|
238 |
-d '{
|
239 |
+
"model": "Llama-3.1-Nemotron-70B-Instruct-HF",
|
240 |
"stream": true,
|
241 |
"stream_options": {
|
242 |
"include_usage": true
|