fix: additional replacements

This commit is contained in:
Mohamed Marrouchi
2024-10-05 06:20:59 +01:00
parent fd47f13df9
commit 862c2e12eb
6 changed files with 11 additions and 14 deletions

View File

@@ -47,7 +47,7 @@ INTENT_CLASSIFIERS=en,fr
TFLC_REPO_ID=Hexastack/tflc
INTENT_CLASSIFIER_REPO_ID=Hexastack/intent-classifier
SLOT_FILLER_REPO_ID=Hexastack/slot-filler
NLP_PORT=5000
NLU_ENGINE_PORT=5000
# Frontend (Next.js)
APP_FRONTEND_PORT=8080

View File

@@ -7,4 +7,4 @@ services:
dockerfile: Dockerfile
pull_policy: build
ports:
- ${NLP_PORT}:5000
- ${NLU_ENGINE_PORT}:5000