Skip to content

Commit d482554

Browse files
authored
Fix mismatched environment variable (opea-project#1575)
Signed-off-by: Wang, Xigui <xigui.wang@intel.com>
1 parent 2ae6871 commit d482554

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ChatQnA/docker_compose/intel/cpu/aipc/set_env.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ if [ -z "${host_ip}" ]; then
1717
echo "Error: host_ip is not set. Please set host_ip first."
1818
fi
1919

20-
export HUGGINGFACEHUB_API_TOKEN=${your_hf_api_token}
20+
export HUGGINGFACEHUB_API_TOKEN=${HUGGINGFACEHUB_API_TOKEN}
2121
export EMBEDDING_MODEL_ID="BAAI/bge-base-en-v1.5"
2222
export RERANK_MODEL_ID="BAAI/bge-reranker-base"
2323
export INDEX_NAME="rag-redis"

0 commit comments

Comments
 (0)