LM studio API 调用示例
curl http://192.168.2.57:1234/v1/chat/completions \-H "Content-Type: application/json" \-d '{ "model": "meta-llama-3.1-8b-instruct", "messages": [{"role": "user", "content": "你好"}], "temperature": 0.7 }'
curl http://192.168.2.57:1234/v1/chat/completions \-H "Content-Type: application/json" \-d '{ "model": "meta-llama-3.1-8b-instruct", "messages": [{"role": "user", "content": "你好"}], "temperature": 0.7 }'