Authorization: Bearer ********************{
"model": "gpt-4-all",
"messages": [
{
"role": "user",
"content": "https://github.githubassets.com/assets/gh-desktop-7c9388a38509.png 分析一下这个图片"
}
]
}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": "https://github.githubassets.com/assets/gh-desktop-7c9388a38509.png 分析一下这个图片"
}
]
}'{}