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

Commit 9a43eeb

Browse files
authored
Update e2e-test-linux-and-mac.sh
reduce the max tokens for test
1 parent c14e949 commit 9a43eeb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/scripts/e2e-test-linux-and-mac.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ response2=$(curl -o /tmp/response2.log -s -w "%{http_code}" --location 'http://l
5757
],
5858
"stream": true,
5959
"model": "gpt-3.5-turbo",
60-
"max_tokens": 2048,
60+
"max_tokens": 100,
6161
"stop": ["hello"],
6262
"frequency_penalty": 0,
6363
"presence_penalty": 0,
@@ -98,4 +98,4 @@ cat /tmp/response2.log
9898
echo "Nitro test run successfully!"
9999

100100
# Kill the server process
101-
kill $pid
101+
kill $pid

0 commit comments

Comments
 (0)