docs: add benchmarks for gemini-2.5-flash

This commit is contained in:
Johann Schopplich
2025-10-27 16:02:51 +01:00
parent 77696ce932
commit 7b76acde31
10 changed files with 15837 additions and 7011 deletions

View File

@@ -1,7 +1,7 @@
export interface Dataset {
name: string
description: string
data: any
data: Record<string, any>
}
export interface Question {