[router][CI] Clean up deprecated fields in pr-test-pd-router.yml (#11739)

This commit is contained in:
Chang Su
2025-10-16 19:01:00 -07:00
committed by GitHub
parent 7780230a15
commit 9e87b60f37

View File

@@ -257,7 +257,7 @@ jobs:
{"role": "user", "content": "Write a Python function to calculate fibonacci numbers recursively"}
],
"stream": false,
"max_tokens": 100
"max_completion_tokens": 100
}')
if echo "$response" | jq -e '.choices[0].message.content' > /dev/null 2>&1; then
@@ -279,7 +279,7 @@ jobs:
{"role": "user", "content": "Count from 1 to 5"}
],
"stream": true,
"max_tokens": 50
"max_completion_tokens": 50
}')
if echo "$stream_response" | grep -q "data:"; then