- Refinement of the chat client to have better visible clues for user vs chatbot messages
- Introduction of interview_phase and normal phase in TRAICIE_SELECTION_SPECIALIST to make interaction with bot more human. - More and random humanised messages to TRAICIE_SELECTION_SPECIALIST
This commit is contained in:
@@ -3,6 +3,10 @@
|
||||
cd /Volumes/OWC4M2_1/Development/Josako/EveAI/TBD/docker
|
||||
source ./docker_env_switch.sh dev
|
||||
|
||||
echo "Copying client images"
|
||||
cp -fv ../eveai_chat_client/static/assets/img/* ../nginx/static/assets/img
|
||||
|
||||
|
||||
dcdown eveai_chat_client nginx
|
||||
|
||||
cd ../nginx
|
||||
|
||||
@@ -31,10 +31,10 @@ fi
|
||||
# Path to your docker-compose file
|
||||
DOCKER_COMPOSE_FILE="compose_dev.yaml"
|
||||
|
||||
# Get all the images defined in docker-compose
|
||||
# Get all the img defined in docker-compose
|
||||
IMAGES=$(docker compose -f $DOCKER_COMPOSE_FILE config | grep 'image:' | awk '{ print $2 }')
|
||||
|
||||
# Start tagging only relevant images
|
||||
# Start tagging only relevant img
|
||||
for DOCKER_IMAGE in $IMAGES; do
|
||||
# Check if the image belongs to your Docker account and ends with :latest
|
||||
if [[ $DOCKER_IMAGE == $DOCKER_ACCOUNT* && $DOCKER_IMAGE == *:latest ]]; then
|
||||
|
||||
Reference in New Issue
Block a user