DeepSeek
Fast deep think engine
036,9723.8K
ChatGPT
Best engine so far
013,693357
02,516265
110,129253
07,908253
08,235150
智谱清言
中国版对话语言模型,与GLM大模型进行对话。
02,559125
xAI Grok
Twitter based engine
03,90953
01,91212
Character AI
Role-play Chat
02,25310
GPT4.1 API
API调用ChatGPT4.1模型
01,1580
jQuery(window).on('load', function () { $('#tablepress-1 tfoot td').each(function () { const th = jQuery(document.createElement('th')).html($(this).html()); $(this).replaceWith(th); }); var table = $('#tablepress-1').DataTable(); console.log("列数:" + table.columns().count()); table.columns().every(function (index) { var column = this; console.log("第 " + index + " 列的 footer 是:", column.footer()); var select = $('') .appendTo($(column.footer()).empty()) .on('change', function () { var val = $.fn.dataTable.util.escapeRegex($(this).val()); column.search(val ? '^' + val + '$' : '', true, false).draw(); }); column.data().unique().sort().each(function (d) { select.append(''); }); }); });