Skip to content

Commit

Permalink
Fix typo {your_ip} to {host_ip} (opea-project#533)
Browse files Browse the repository at this point in the history
Co-authored-by: Pratool Bharti <[email protected]>
  • Loading branch information
2 people authored and arthw committed Aug 12, 2024
1 parent a7aa616 commit 3e27ffb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ChatQnA/docker/xeon/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ curl http://${host_ip}:9009/generate \

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

0 comments on commit 3e27ffb

Please sign in to comment.