Skip to content

Commit 792a1ef

Browse files
authored
Update test description from Math to General (vllm-project#483)
Signed-off-by: carlory <[email protected]>
1 parent 54ce859 commit 792a1ef

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

tools/make/build-run-test.mk

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,9 @@ test-auto-prompt-reasoning:
5757
-H "Content-Type: application/json" \
5858
-d '{"model": "auto", "messages": [{"role": "system", "content": "You are a professional math teacher. Explain math concepts clearly and show step-by-step solutions to problems."}, {"role": "user", "content": "What is the derivative of f(x) = x^3 + 2x^2 - 5x + 7?"}]}'
5959

60-
# Test tools auto-selection
61-
test-auto-prompt-no-reasoning: ## Test tools auto-selection no-reasoning
60+
test-auto-prompt-no-reasoning: ## Test Envoy extproc with a general prompt (curl)
6261
test-auto-prompt-no-reasoning:
63-
@echo "Testing Envoy extproc with curl (Math)..."
62+
@echo "Testing Envoy extproc with curl (General)..."
6463
curl -X POST http://localhost:8801/v1/chat/completions \
6564
-H "Content-Type: application/json" \
6665
-d '{"model": "auto", "messages": [{"role": "system", "content": "You are a helpful assistant."}, {"role": "user", "content": "Who are you?"}]}'

0 commit comments

Comments
 (0)