Authorization: Bearer ********************{
"model": "gpt-4-all",
"messages": [
{
"role": "user",
"content": "画一只猫"
}
]
}curl --location 'https://api.lngai.cn/v1/chat/completions' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"model": "gpt-4-all",
"messages": [
{
"role": "user",
"content": "画一只猫"
}
]
}'{}