File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
AudioQnA/kubernetes/manifests Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 10
10
ASR_ENDPOINT : http://whisper-svc.default.svc.cluster.local:7066
11
11
TTS_ENDPOINT : http://speecht5-svc.default.svc.cluster.local:7055
12
12
LLM_MODEL_ID : Intel/neural-chat-7b-v3-3
13
- HUGGINGFACEHUB_API_TOKEN : ${HUGGINGFACEHUB_API_TOKEN}
13
+ HUGGINGFACEHUB_API_TOKEN : " insert-your-huggingface-token-here "
14
14
TGI_LLM_ENDPOINT : http://llm-dependency-svc.default.svc.cluster.local:3006
15
15
MEGA_SERVICE_HOST_IP : audioqna-backend-server-svc
16
16
ASR_SERVICE_HOST_IP : asr-svc
Original file line number Diff line number Diff line change 10
10
ASR_ENDPOINT : http://whisper-svc.default.svc.cluster.local:7066
11
11
TTS_ENDPOINT : http://speecht5-svc.default.svc.cluster.local:7055
12
12
LLM_MODEL_ID : Intel/neural-chat-7b-v3-3
13
- HUGGINGFACEHUB_API_TOKEN : ${HUGGINGFACEHUB_API_TOKEN}
13
+ HUGGINGFACEHUB_API_TOKEN : " insert-your-huggingface-token-here "
14
14
TGI_LLM_ENDPOINT : http://llm-dependency-svc.default.svc.cluster.local:3006
15
15
MEGA_SERVICE_HOST_IP : audioqna-backend-server-svc
16
16
ASR_SERVICE_HOST_IP : asr-svc
You can’t perform that action at this time.
0 commit comments