Skip to content
This repository was archived by the owner on Jul 4, 2025. It is now read-only.

Commit a438284

Browse files
authored
Update e2e-test-windows.bat
reduce max tokens
1 parent 9a43eeb commit a438284

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/scripts/e2e-test-windows.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ if not exist "%MODEL_PATH%" (
4848
rem Define JSON strings for curl data
4949
call set "MODEL_PATH_STRING=%%MODEL_PATH:\=\\%%"
5050
set "curl_data1={\"llama_model_path\":\"%MODEL_PATH_STRING%\"}"
51-
set "curl_data2={\"messages\":[{\"content\":\"Hello there\",\"role\":\"assistant\"},{\"content\":\"Write a long and sad story for me\",\"role\":\"user\"}],\"stream\":true,\"model\":\"gpt-3.5-turbo\",\"max_tokens\":2048,\"stop\":[\"hello\"],\"frequency_penalty\":0,\"presence_penalty\":0,\"temperature\":0.7}"
51+
set "curl_data2={\"messages\":[{\"content\":\"Hello there\",\"role\":\"assistant\"},{\"content\":\"Write a long and sad story for me\",\"role\":\"user\"}],\"stream\":true,\"model\":\"gpt-3.5-turbo\",\"max_tokens\":100,\"stop\":[\"hello\"],\"frequency_penalty\":0,\"presence_penalty\":0,\"temperature\":0.7}"
5252

5353
rem Print the values of curl_data1 and curl_data2 for debugging
5454
echo curl_data1=%curl_data1%

0 commit comments

Comments
 (0)