curl -X POST "http://localhost:8010/v1/chat/completions" -H "Content-Type: application/json" --data '{ "model": "MBZUAI/MedMO-4B", "messages": [ { "role": "user", "content": "中国的首都是什么" } ] }'