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:
XinyaoWa
2025-01-16 23:10:27 +08:00
committed by GitHub
parent 5ad24af2ee
commit 71e3c57366
12 changed files with 12 additions and 12 deletions

View File

@@ -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")