fix invalid endpoint in curl_stream_script.sh

This commit is contained in:
geoffsee
2025-09-02 13:58:34 -04:00
parent 21f20470de
commit bcbc6c4693

View File

@@ -35,7 +35,7 @@ curl -N -sS -X POST \
--connect-timeout "$CONNECT_TIMEOUT" \
--max-time "$MAX_TIME" \
-H "Content-Type: application/json" \
"$SERVER_URL/v1/chat/completions/stream" \
"$SERVER_URL/v1/chat/completions" \
-d @- <<JSON
{
"model": "${MODEL_ID}",