Skip to content

Commit

Permalink
Update e2e-test-linux-and-mac.sh
Browse files Browse the repository at this point in the history
reduce the max tokens for test
  • Loading branch information
tikikun authored Nov 10, 2023
1 parent c14e949 commit 9a43eeb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/scripts/e2e-test-linux-and-mac.sh
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ response2=$(curl -o /tmp/response2.log -s -w "%{http_code}" --location 'http://l
],
"stream": true,
"model": "gpt-3.5-turbo",
"max_tokens": 2048,
"max_tokens": 100,
"stop": ["hello"],
"frequency_penalty": 0,
"presence_penalty": 0,
Expand Down Expand Up @@ -98,4 +98,4 @@ cat /tmp/response2.log
echo "Nitro test run successfully!"

# Kill the server process
kill $pid
kill $pid

0 comments on commit 9a43eeb

Please sign in to comment.