Standardize name for LLM comps (#1402)
Update all the names for classes and files in llm comps to follow the standard format, related GenAIComps PR opea-project/GenAIComps#1162 Signed-off-by: Xinyao Wang <xinyao.wang@intel.com>
This commit is contained in:
@@ -81,7 +81,7 @@ export DOCSUM_HUGGINGFACEHUB_API_TOKEN=${your_hf_api_token}
|
||||
export DOCSUM_LLM_SERVER_PORT="8008"
|
||||
export DOCSUM_BACKEND_SERVER_PORT="8888"
|
||||
export DOCSUM_FRONTEND_PORT="5173"
|
||||
export DocSum_COMPONENT_NAME="OPEADocSum_TGI"
|
||||
export DocSum_COMPONENT_NAME="OpeaDocSumTgi"
|
||||
```
|
||||
|
||||
Note: Please replace with `host_ip` with your external IP address, do not use localhost.
|
||||
|
||||
@@ -20,4 +20,4 @@ export BACKEND_SERVICE_ENDPOINT="http://${host_ip}:8888/v1/docsum"
|
||||
export LLM_ENDPOINT_PORT=8008
|
||||
export DOCSUM_PORT=9000
|
||||
export LLM_ENDPOINT="http://${host_ip}:${LLM_ENDPOINT_PORT}"
|
||||
export DocSum_COMPONENT_NAME="OPEADocSum_TGI"
|
||||
export DocSum_COMPONENT_NAME="OpeaDocSumTgi"
|
||||
|
||||
@@ -26,7 +26,7 @@ export no_proxy="${no_proxy},${host_ip}"
|
||||
export LLM_ENDPOINT_PORT=8008
|
||||
export DOCSUM_PORT=9000
|
||||
export LLM_ENDPOINT="http://${host_ip}:${LLM_ENDPOINT_PORT}"
|
||||
export DocSum_COMPONENT_NAME="OPEADocSum_TGI"
|
||||
export DocSum_COMPONENT_NAME="OpeaDocSumTgi"
|
||||
export LOGFLAG=True
|
||||
|
||||
WORKPATH=$(dirname "$PWD")
|
||||
|
||||
@@ -32,7 +32,7 @@ export ASR_SERVICE_HOST_IP=${host_ip}
|
||||
export BACKEND_SERVICE_ENDPOINT="http://${ip_address}:8888/v1/docsum"
|
||||
export DOCSUM_CARD_ID="card1"
|
||||
export DOCSUM_RENDER_ID="renderD136"
|
||||
export DocSum_COMPONENT_NAME="OPEADocSum_TGI"
|
||||
export DocSum_COMPONENT_NAME="OpeaDocSumTgi"
|
||||
export LOGFLAG=True
|
||||
|
||||
function build_docker_images() {
|
||||
|
||||
@@ -26,7 +26,7 @@ export no_proxy="${no_proxy},${host_ip}"
|
||||
export LLM_ENDPOINT_PORT=8008
|
||||
export DOCSUM_PORT=9000
|
||||
export LLM_ENDPOINT="http://${host_ip}:${LLM_ENDPOINT_PORT}"
|
||||
export DocSum_COMPONENT_NAME="OPEADocSum_TGI"
|
||||
export DocSum_COMPONENT_NAME="OpeaDocSumTgi"
|
||||
export LOGFLAG=True
|
||||
|
||||
WORKPATH=$(dirname "$PWD")
|
||||
|
||||
Reference in New Issue
Block a user