fix: fix time_test.sh (#191)
* Update time_test.sh to fix the params 修复测试脚本入参问题 * Update time_test.sh to fix the params
This commit is contained in:
parent
f51c982437
commit
ca779e4ffa
@ -16,7 +16,7 @@ for ((i=1; i<=count; i++)); do
|
|||||||
https://"$domain"/v1/chat/completions \
|
https://"$domain"/v1/chat/completions \
|
||||||
-H "Content-Type: application/json" \
|
-H "Content-Type: application/json" \
|
||||||
-H "Authorization: Bearer $key" \
|
-H "Authorization: Bearer $key" \
|
||||||
-d '{"prompt": "hi!", "max_tokens": 1, "model": "gpt-3.5-turbo"}')
|
-d '{"messages": [{"content": "echo hi", "role": "user"}], "model": "gpt-3.5-turbo", "stream": false, "max_tokens": 1}')
|
||||||
echo "$result"
|
echo "$result"
|
||||||
total_time=$(bc <<< "$total_time + $result")
|
total_time=$(bc <<< "$total_time + $result")
|
||||||
times+=("$result")
|
times+=("$result")
|
||||||
|
Loading…
Reference in New Issue
Block a user