{ "provider": "aliyun", "test_message": "你好", "streaming": false }
curl --location --request POST '/api/test_llm_connection' \ --header 'Content-Type: application/json' \ --data-raw '{ "provider": "aliyun", "test_message": "你好", "streaming": false }'
{}