Docs: Update benchmark for x-ai/grok-4.5

This commit is contained in:
github-actions[bot]
2026-07-10 03:55:03 +00:00
parent 866e5c2bbb
commit 0d119317eb
12 changed files with 242 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
async function parseMarkdown(s){
const{marked}=await import('https://cdn.jsdelivr.net/npm/marked@13.0.3/lib/marked.esm.js')
return marked.parse(s)
}
export default parseMarkdown;
// Generation time: 6.585s
// Result: PASS