Docs: Update benchmark for anthropic/claude-opus-4.7 EFF:medium

This commit is contained in:
github-actions[bot]
2026-04-17 01:01:24 +00:00
parent 3eae200580
commit e58cbc2af2
12 changed files with 357 additions and 0 deletions

View File

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