Alex Cheema 11 months ago
parent
commit
6243846eeb
1 changed files with 2 additions and 0 deletions
  1. 2 0
      .circleci/config.yml

+ 2 - 0
.circleci/config.yml

@@ -44,6 +44,7 @@ commands:
             # Check processes before proceeding
             check_processes
 
+            echo "Sending request to first instance..."
             response_1=$(curl -s http://localhost:8000/v1/chat/completions \
               -H "Content-Type: application/json" \
               -d '{
@@ -56,6 +57,7 @@ commands:
             # Check processes after first response
             check_processes
 
+            echo "Sending request to second instance..."
             response_2=$(curl -s http://localhost:8001/v1/chat/completions \
               -H "Content-Type: application/json" \
               -d '{