Skip to content

Commit edc09ec

Browse files
authored
ProductivitySuite: Fix typo in README (#1083)
Signed-off-by: Yeoh, Hoong Tee <hoong.tee.yeoh@intel.com>
1 parent dfed2ae commit edc09ec

File tree

1 file changed

+2
-2
lines changed
  • ProductivitySuite/docker_compose/intel/cpu/xeon

1 file changed

+2
-2
lines changed

ProductivitySuite/docker_compose/intel/cpu/xeon/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ Please refer to **[keycloak_setup_guide](keycloak_setup_guide.md)** for more det
293293
10. DocSum LLM Microservice
294294

295295
```bash
296-
curl http://${host_ip}:9002/v1/chat/docsum\
296+
curl http://${host_ip}:9003/v1/chat/docsum\
297297
-X POST \
298298
-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"}' \
299299
-H 'Content-Type: application/json'
@@ -302,7 +302,7 @@ Please refer to **[keycloak_setup_guide](keycloak_setup_guide.md)** for more det
302302
11. FAQGen LLM Microservice
303303

304304
```bash
305-
curl http://${host_ip}:9003/v1/faqgen\
305+
curl http://${host_ip}:9002/v1/faqgen\
306306
-X POST \
307307
-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"}' \
308308
-H 'Content-Type: application/json'

0 commit comments

Comments
 (0)