FaqGen param fix (#1277)

Signed-off-by: Xinyao Wang <xinyao.wang@intel.com>
This commit is contained in:
XinyaoWa
2024-12-20 11:30:36 +08:00
committed by GitHub
parent fd706d1a70
commit 05365b6140
4 changed files with 6 additions and 6 deletions

View File

@@ -119,7 +119,7 @@ docker compose up -d
-H "Content-Type: multipart/form-data" \
-F "messages=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." \
-F "max_tokens=32" \
-F "stream=false"
-F "stream=False"
```
Following the validation of all aforementioned microservices, we are now prepared to construct a mega-service.