mirror of
https://github.com/multipleof4/lynchmark.git
synced 2026-03-17 03:11:01 +00:00
Docs: Update benchmark for anthropic/claude-opus-4.6 TEMP:0.7
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
async function parseMarkdown(md) {
|
||||
const { marked } = await import("https://cdn.jsdelivr.net/npm/marked/lib/marked.esm.js");
|
||||
return marked.parse(md);
|
||||
}
|
||||
export default parseMarkdown;
|
||||
// Generation time: 2.445s
|
||||
// Result: PASS
|
||||
Reference in New Issue
Block a user