27 lines
551 B
JSON
27 lines
551 B
JSON
{
|
|
"meta_info": {
|
|
"description": "大模型测试集",
|
|
"version": "1.0",
|
|
"date": "2026-04-01"
|
|
},
|
|
"test_cases": [
|
|
{
|
|
"id": "case_001",
|
|
"name": "short_input",
|
|
"category": "llm-txt",
|
|
"prompt": "用C++写冒泡排序"
|
|
},
|
|
{
|
|
"id": "case_002",
|
|
"name": "11_input",
|
|
"category": "llm-txt",
|
|
"prompt": "who are you?"
|
|
},
|
|
{
|
|
"id": "case_003",
|
|
"name": "16_input",
|
|
"category": "llm-txt",
|
|
"prompt": "Result only: 2 + 2 = ?"
|
|
}
|
|
]
|
|
} |