Skip to content

Commit ad8ca88

Browse files
nithi-ipbharti0831
andauthored
Fix typo {your_ip} to {host_ip} (#533)
Co-authored-by: Pratool Bharti <pratool.bharti@intel.com>
1 parent 88eeb0d commit ad8ca88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ChatQnA/docker/xeon/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ curl http://${host_ip}:9009/generate \
303303

304304
```bash
305305
# vLLM Service
306-
curl http://${your_ip}:9009/v1/completions \
306+
curl http://${host_ip}:9009/v1/completions \
307307
-H "Content-Type: application/json" \
308308
-d '{"model": "Intel/neural-chat-7b-v3-3", "prompt": "What is Deep Learning?", "max_tokens": 32, "temperature": 0}'
309309
```

0 commit comments

Comments
 (0)