Skip to content

Commit

Permalink
ProductivitySuite: Fix typo in README (#1083)
Browse files Browse the repository at this point in the history
Signed-off-by: Yeoh, Hoong Tee <[email protected]>
  • Loading branch information
hteeyeoh authored Nov 8, 2024
1 parent dfed2ae commit edc09ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ProductivitySuite/docker_compose/intel/cpu/xeon/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ Please refer to **[keycloak_setup_guide](keycloak_setup_guide.md)** for more det
10. DocSum LLM Microservice

```bash
curl http://${host_ip}:9002/v1/chat/docsum\
curl http://${host_ip}:9003/v1/chat/docsum\
-X POST \
-d '{"query":"Text Embeddings Inference (TEI) is a toolkit for deploying and serving open source text embeddings and sequence classification models. TEI enables high-performance extraction for the most popular models, including FlagEmbedding, Ember, GTE and E5"}' \
-H 'Content-Type: application/json'
Expand All @@ -302,7 +302,7 @@ Please refer to **[keycloak_setup_guide](keycloak_setup_guide.md)** for more det
11. FAQGen LLM Microservice

```bash
curl http://${host_ip}:9003/v1/faqgen\
curl http://${host_ip}:9002/v1/faqgen\
-X POST \
-d '{"query":"Text Embeddings Inference (TEI) is a toolkit for deploying and serving open source text embeddings and sequence classification models. TEI enables high-performance extraction for the most popular models, including FlagEmbedding, Ember, GTE and E5"}' \
-H 'Content-Type: application/json'
Expand Down

0 comments on commit edc09ec

Please sign in to comment.