update secrets token name

Signed-off-by: ZePan110 <ze.pan@intel.com>
This commit is contained in:
ZePan110
2025-05-21 16:37:54 +08:00
parent c70b021689
commit 3e29a76fc4
137 changed files with 267 additions and 267 deletions

View File

@@ -21,7 +21,7 @@ export CODETRANS_VLLM_SERVICE_PORT=8008
export CODETRANS_LLM_ENDPOINT="http://${HOST_IP}:${CODETRANS_VLLM_SERVICE_PORT}"
### A token for accessing repositories with models
export CODETRANS_HUGGINGFACEHUB_API_TOKEN=${HUGGINGFACEHUB_API_TOKEN}
export CODETRANS_HUGGINGFACEHUB_API_TOKEN=${HF_TOKEN}
### The port of the LLM service. On this port, the LLM service will accept connections
export CODETRANS_LLM_SERVICE_PORT=9000