curl --location '/v1/chat/completions' \
--header 'Authorization: Bearer sk-Jo7JSCoyN5bHzl1yRSfrEzxT4A7pjdKo' \
--header 'Content-Type: application/json' \
--data '{
"model": " ",
"messages": [
{"role": "user", "content": "你好,请介绍一下你自己"}
]
}'{}