Update all examples yaml files of GMC in GenAIExample (#436)

* Update all examples yaml files of GMC in GenAIExample.
Signed-off-by: zhlsunshine <huailong.zhang@intel.com>
This commit is contained in:
Steve Zhang
2024-07-23 16:40:51 +08:00
committed by GitHub
parent 8ad7f36fe2
commit 290a74fae9
16 changed files with 313 additions and 9 deletions

View File

@@ -18,13 +18,14 @@ spec:
root:
routerType: Sequence
steps:
- name: DocSumGaudi
- name: DocSum
data: $response
internalService:
serviceName: docsum-llm-uservice
config:
endpoint: /v1/chat/docsum
PORT: "9009"
TGI_LLM_ENDPOINT: tgi-gaudi-svc
- name: TgiGaudi
internalService:
serviceName: tgi-gaudi-svc

View File

@@ -25,6 +25,7 @@ spec:
config:
endpoint: /v1/chat/docsum
PORT: "9009"
TGI_LLM_ENDPOINT: tgi-svc
- name: Tgi
internalService:
serviceName: tgi-svc