You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[CI] Update nitro options for init and inference (#147)
* fix(ci): Update nitro options for init and inference
* fix(ci): Update nitro arg syntax
* fix(ci): Add correct mac and windows logical CPU variable in command
* fix(ci): Update windows ping with port
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}"
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\":50,\"stop\":[\"hello\"],\"frequency_penalty\":0,\"presence_penalty\":0,\"temperature\":0.1}"
52
52
53
53
rem Print the values of curl_data1 and curl_data2 for debugging
54
54
echo curl_data1=%curl_data1%
55
55
echo curl_data2=%curl_data2%
56
56
57
57
rem Run the curl commands and capture the status code
0 commit comments