Skip to content

Commit a7d394a

Browse files
committed
Reset helm/README.md
Signed-off-by: ZePan110 <ze.pan@intel.com>
1 parent 0837e12 commit a7d394a

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

AgentQnA/kubernetes/helm/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,4 @@
77

88
```
99
export HFTOKEN="insert-your-huggingface-token-here"
10-
helm install agentqna oci://ghcr.io/opea-project/charts/agentqna --set global.HF_TOKEN=${HFTOKEN} -f gaudi-values.yaml
11-
```
10+
helm install agentqna oci://ghcr.io/opea-project/charts/agentqna --set global.HUGGINGFACEHUB_API_TOKEN=${HFTOKEN} -f gaudi-values.yaml```

AudioQnA/kubernetes/helm/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ helm install audioqna oci://ghcr.io/opea-project/charts/audioqna --set global.H
1414

1515
```
1616
export HFTOKEN="insert-your-huggingface-token-here"
17-
helm install audioqna oci://ghcr.io/opea-project/charts/audioqna --set global.HUGGINGFACEHUB_API_TOKEN=${HFTOKEN} -f gaudi-values.yaml
17+
helm install agentqna oci://ghcr.io/opea-project/charts/agentqna --set global.HUGGINGFACEHUB_API_TOKEN=${HFTOKEN} -f gaudi-values.yaml
1818
```

0 commit comments

Comments
 (0)