curl https://api.tu-zi.com/v1/chat/completions -H "Content-Type: application/json" -H "Authorization: Bearer sk-******" -d "{\"model\": \"gpt-4-1106-preview\", \"messages\": [{\"role\": \"user\", \"content\": \"请问今天天气如何?\"}], \"temperature\": 0.7}"