← back to Exo
remove redundant expected_content
77d78935b7176381b7d4762d9e31c65cd917d496 · 2024-11-11 08:24:19 +0400 · Alex Cheema
Files touched
Diff
commit 77d78935b7176381b7d4762d9e31c65cd917d496
Author: Alex Cheema <alexcheema123@gmail.com>
Date: Mon Nov 11 08:24:19 2024 +0400
remove redundant expected_content
---
.circleci/config.yml | 7 -------
1 file changed, 7 deletions(-)
diff --git a/.circleci/config.yml b/.circleci/config.yml
index 869acf79..b5337abc 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -48,13 +48,6 @@ commands:
# Check processes before proceeding
check_processes
- # Special handling for dummy engine
- if [ "<<parameters.inference_engine>>" = "dummy" ]; then
- expected_content="This is a dummy response"
- else
- expected_content="Michael Jackson"
- fi
-
echo "Sending request to first instance..."
response_1=$(curl -s http://localhost:8000/v1/chat/completions \
-H "Content-Type: application/json" \
← 8cc3f51e test for tinygrad e2e
·
back to Exo
·
enable tinygrad test 49c4394d →