Alex Cheema 11 kuukautta sitten
vanhempi
commit
6243846eeb
1 muutettua tiedostoa jossa 2 lisäystä ja 0 poistoa
  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 '{