Skip to content

Commit b3e8a5e

Browse files
authored
fix: add claude links (#19)
* fix: add claude links * minor: update link
1 parent 9832beb commit b3e8a5e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

repoqa.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -393,6 +393,11 @@ <h3 id="limit" class="text-nowrap mt-5">Known limitations</h3>
393393
modelId,
394394
"https://platform.openai.com/docs/models/gpt-3-5-turbo",
395395
);
396+
} else if (modelId.startsWith("claude-3-")) {
397+
linkMapping.set(
398+
modelId,
399+
"https://www.anthropic.com/news/claude-3-family",
400+
);
396401
}
397402
});
398403
const dataUrlPrefix = "results/repoqa/ntoken_16384/";

0 commit comments

Comments
 (0)