Authorization: Bearer ********************{
"model": "gpt-3.5-turbo-instruct",
"prompt": "你好,",
"max_tokens": 30,
"temperature": 0
}curl --location 'https://api.lngai.cn/v1/completions' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"model": "gpt-3.5-turbo-instruct",
"prompt": "你好,",
"max_tokens": 30,
"temperature": 0
}'{}