curl -X POST "http://localhost:8010/v1/chat/completions" -H "Content-Type: application/json" --data '{ "model": "t-tech/T-lite-it-2.1", "messages": [ { "role": "user", "content": "请介绍下自己" } ] }'