Authorization: Bearer ********************{
  "model": "gpt-4-all",
  "messages": [{"role": "user", "content": "https://ooo.0x0.ooo/2023/10/15/O7aNjK.png 分析一下钱多多的logo"}]
}curl --location --request POST 'https://api2.aigcbest.top/v1/chat/completions' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
  "model": "gpt-4-all",
  "messages": [{"role": "user", "content": "https://ooo.0x0.ooo/2023/10/15/O7aNjK.png 分析一下钱多多的logo"}]
}'{
    "id": "chatcmpl-123",
    "object": "chat.completion",
    "created": 1677652288,
    "choices": [
        {
            "index": 0,
            "message": {
                "role": "assistant",
                "content": "\n\nHello there, how may I assist you today?"
            },
            "finish_reason": "stop"
        }
    ],
    "usage": {
        "prompt_tokens": 9,
        "completion_tokens": 12,
        "total_tokens": 21
    }
}