hallumaze / files /config.example.json
Be2Jay's picture
Upload folder using huggingface_hub
d77ae53 verified
raw
history blame contribute delete
686 Bytes
{
"_comment": "HalluMaze Benchmark v1.1 โ€” ์„ค์ • ํŒŒ์ผ ์˜ˆ์‹œ",
"maze": {
"size": 7,
"use_mirage": true,
"use_confidence": true,
"ariadne_mode": "A",
"max_tokens": 2500
},
"providers": [
{
"provider": "anthropic",
"api_key": "sk-ant-api03-YOUR_KEY_HERE",
"model": "claude-sonnet-4-20250514"
},
{
"provider": "openai",
"api_key": "sk-YOUR_KEY_HERE",
"model": "gpt-4o"
},
{
"provider": "google",
"api_key": "AIzaYOUR_KEY_HERE",
"model": "gemini-2.5-flash"
},
{
"provider": "deepseek",
"api_key": "sk-YOUR_KEY_HERE",
"model": "deepseek-reasoner"
}
]
}