We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 453f428 commit a53335fCopy full SHA for a53335f
index.html
@@ -735,11 +735,12 @@ <h3>(适配 oneapi/newapi 等中转格式)</h3>
735
});
736
737
results.inconsistent.forEach(function (r) {
738
+
739
content += '<tr>' +
740
'<td class="td1 td1-no" >模型不一致/映射,tnnd掺假?</td>' +
741
'<td class="td2"><span class="copy-btn2"" onclick="copyText(\'' + r.model + '\')">' + r.model + '</span></td>' +
742
'<td class="td3">' + r.responseTime.toFixed(2) + '</td>' +
- '<td class="td4">返回模型: ' + r.returnedModel + '</td>' +
743
+ '<td class="td4">' + (r.returnedModel ? '返回模型: ' + r.returnedModel : '该接口未返回模型名称') + '</td>' +
744
'</tr>';
745
746
0 commit comments