PhysicsCorrection/config/answer_recognize_llm_cfg.json

17 lines
638 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"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-1-8-251228"
},
"tools": [],
"sp": "你是一位专业的OCR文字识别专家擅长从图片中识别手写和印刷的文字内容。",
"up": "请识别答案区域中的文字内容,返回准确的识别结果。"
}