-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsettings.json
More file actions
49 lines (49 loc) · 1.34 KB
/
settings.json
File metadata and controls
49 lines (49 loc) · 1.34 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"system": {
"allowed_vision_models": [
{
"id": "gemini-3-flash-preview",
"label": "Gemini 3.0 Flash (Preview) - \ucd94\ucc9c"
},
{
"id": "gemini-3-pro-preview",
"label": "Gemini 3.0 Pro (Preview)"
}
],
"default_vision_model": "gemini-3-flash-preview"
},
"common": {
"exclude_text": ""
},
"reconstruct": {
"vision_model": "gemini-3-pro-preview",
"inpainting_model": "opencv-ns",
"codegen_model": "algorithmic",
"output_format": "both",
"max_concurrent": 5,
"font_family": "Malgun Gothic",
"refine_layout": true
},
"pdf_pptx": {
"pdf_quality": "3.0",
"vision_model": "gemini-3-pro-preview",
"inpainting_model": "opencv-ns",
"codegen_model": "algorithmic",
"output_format": "both",
"max_concurrent": 5,
"font_family": "Noto Sans KR",
"refine_layout": true
},
"pdf_png": {
"vision_model": null,
"inpainting_model": "opencv-ns",
"codegen_model": "algorithmic",
"output_format": "both",
"max_concurrent": 3,
"font_family": "Pretendard Medium",
"refine_layout": true
},
"photoroom": {
"mode": "ai.all"
}
}