Docs: Update benchmark for x-ai/grok-4.20-beta

This commit is contained in:
github-actions[bot]
2026-03-12 20:26:15 +00:00
parent 899a107441
commit b7056ba038
12 changed files with 161 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
export const parseMarkdown = async m => {
const [{marked}] = await Promise.all([
import('https://cdn.jsdelivr.net/npm/marked@14.1.4/+esm')
]);
const html = marked.parse(m);
return html;
};
export default parseMarkdown;
// Generation time: 0.670s
// Result: PASS