Skip to content

Commit 1f501a9

Browse files
authored
Update index.html
1 parent 67354fa commit 1f501a9

File tree

1 file changed

+9
-17
lines changed

1 file changed

+9
-17
lines changed

index.html

Lines changed: 9 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -274,10 +274,10 @@
274274
opacity: 0;
275275
position: absolute;
276276
background-color: #333;
277-
color: #fff;
277+
color: #fff;
278278
padding: 5px 10px;
279279
border-radius: 3px;
280-
transition: opacity 0.3s;
280+
transition: opacity 0.3s;
281281
}
282282
.verify-btn:hover::after {
283283
visibility: visible;
@@ -468,24 +468,16 @@ <h3>(适配 oneapi/newapi 等中转格式)</h3>
468468
<br>
469469
<div>仓库地址: <a href="https://github.com/QAbot-zh/query-key" target="_blank" style="color: #1e88e5">QAbot-zh/query-key</a></div><div>点点star 可以自行部署</div>
470470
<br>
471+
<p><strong>启用新域名: </strong> <a href="https://check.crond.dev" target="_blank" style="color: #1e88e5">https://check.crond.dev</a></p>
472+
<br>
471473
<p><strong>如何使用 :</strong></p>
472474
<ul>
473-
<div>📝 在表单中输入你的API URL和APIKey</div>
474-
<div>🔍 选择名称或输入您想要测试的模型</div>
475-
<div>🖱️ 测试全在本地进行</div>
476-
<div>🎉 等待结果并查看详细报告</div>
477475
<div>🕵️ 使用“官转验证”功能确认API的真实性</div>
478476
<div>🕵️‍♀️ 使用“温度验证”功能确认API的真实性</div>
479477
<div>📊 使用“函数验证”功能检测API是否支持FC</div>
480478
<div>🔒 <strong> beta 功能:支持本地缓存API信息,数据仅本地保留,默认关闭</strong> </div>
481479
</ul>
482480
<br>
483-
<p><strong>版本历史:</strong></p>
484-
<div><a href="https://linux.do/t/topic/199694" target="_blank" style="color: #1e88e5">v1.4版本介绍</a></div>
485-
<div><a href="https://linux.do/t/topic/191420" target="_blank" style="color: #1e88e5">v1.3版本介绍</a></div>
486-
<div><a href="https://linux.do/t/topic/190955" target="_blank" style="color: #1e88e5">v1.2版本介绍</a></div>
487-
<div><a href="https://linux.do/t/topic/196537" target="_blank" style="color: #1e88e5">beta功能</a></div>
488-
<br>
489481
<p><strong>Tips:</strong></p>
490482
<div>🌱GPT系列,才有官转验证,系统判断仅供参考,原理请看 <a href="https://linux.do/t/topic/191420" target="_blank" style="color: #1e88e5">v1.3版本介绍</a></div>
491483
<div>🌡️ 温度验证:低温度参数下,大模型回复的稳定性。测试结果仅供参考,原理请看 <a href="https://linux.do/t/topic/195972" target="_blank" style="color: #1e88e5">温度验证</a></div>
@@ -845,7 +837,7 @@ <h3>(适配 oneapi/newapi 等中转格式)</h3>
845837
function displayResults(results) {
846838
const resultsDiv = document.getElementById('results');
847839
let content = '<h2>测试结果</h2>' +
848-
'<h3>(结果仅供参考,防君子不防小人)</h3>' +
840+
'<h3>(结果仅供参考,防君子不防小人)</h3>' +
849841
'<div class="copy-buttons">' +
850842
'<div className="submit-container">' +
851843
'<button class="check-quota copy-btn" onclick="copyConsistentModels()">复制一致模型</button>' +
@@ -878,7 +870,7 @@ <h3>(适配 oneapi/newapi 等中转格式)</h3>
878870
<button class="verify-btn blue" data-tooltip="低温度参数下预测序列下一个值,将发起4次请求" onclick="verifyTemperature('${r.model}')">
879871
温度验证
880872
</button>
881-
${/^(gpt-|chatgpt-|o1-)/.test(r.model) ? `
873+
${/^(gpt-|chatgpt-|o1-)/.test(r.model) ? `
882874
<button class="verify-btn ${officialButtonClass}" data-tooltip="相同种子参数下校验回复相似性和系统指纹,将发起4次请求" onclick="verifyOfficial('${r.model}')">
883875
官转验证
884876
</button>
@@ -898,7 +890,7 @@ <h3>(适配 oneapi/newapi 等中转格式)</h3>
898890
<button class="verify-btn blue" data-tooltip="低温度参数下预测序列下一个值,将发起4次请求" onclick="verifyTemperature('${r.model}')">
899891
温度验证
900892
</button>
901-
${/^(gpt-|chatgpt-|o1-)/.test(r.model) ? `
893+
${/^(gpt-|chatgpt-|o1-)/.test(r.model) ? `
902894
<button class="verify-btn ${officialButtonClass}" data-tooltip="相同种子参数下校验回复相似性和系统指纹,将发起4次请求" onclick="verifyOfficial('${r.model}')">
903895
官转验证
904896
</button>
@@ -960,7 +952,7 @@ <h3>(适配 oneapi/newapi 等中转格式)</h3>
960952

961953
for (const item of arr) {
962954
frequency[item] = (frequency[item] || 0) + 1;
963-
955+
964956
if (frequency[item] > maxCount) {
965957
maxCount = frequency[item];
966958
mostFrequentElement = item;
@@ -1029,7 +1021,7 @@ <h3>(适配 oneapi/newapi 等中转格式)</h3>
10291021

10301022
frequencyCheckResult = findMostFrequent(responses);
10311023
const diffentCount = frequencyCheckResult.count;
1032-
1024+
10331025
if (diffentCount === responses.length) {
10341026
message += "所有响应相同,可能是官方API";
10351027
} else {

0 commit comments

Comments
 (0)