File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77
88```
99export 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```
Original file line number Diff line number Diff line change @@ -14,5 +14,5 @@ helm install audioqna oci://ghcr.io/opea-project/charts/audioqna --set global.H
1414
1515```
1616export 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```
You can’t perform that action at this time.
0 commit comments