PhysicsCorrection/config/answer_extract_llm_cfg.json

17 lines
648 B
JSON

{
"config": {
"temperature": 0.1,
"frequency_penalty": 0,
"top_p": 0.9,
"max_tokens": 4096,
"max_completion_tokens": 8192,
"thinking_type": "enabled",
"reasoning_effort": "medium",
"response_format": "text",
"json_schema": "{\"name\":\"\",\"description\":\"\",\"strict\":false,\"schema\":{}}",
"model": "doubao-seed-2-0-pro-260215"
},
"tools": [],
"sp": "你是一位专业的文档识别专家,擅长从作业图片中提取答案区域的位置信息。",
"up": "请根据题目位置信息,识别每道题对应的答案区域边界框。"
}