-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathdecomp.llm.json.example
More file actions
34 lines (33 loc) · 1005 Bytes
/
Copy pathdecomp.llm.json.example
File metadata and controls
34 lines (33 loc) · 1005 Bytes
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
{
"provider": "openai-compatible",
"endpoint": "https://api.openai.com/v1/chat/completions",
"model": "gpt-5.4-2026-03-05",
"api_key_env": "OPENAI_API_KEY",
"timeout_ms": 120000,
"max_completion_tokens": 12000,
"force_chunked": false,
"chunk_trigger_instructions": 900,
"chunk_trigger_blocks": 36,
"chunk_block_limit": 24,
"chunk_count_limit": 16,
"chunk_completion_tokens": 6000,
"merge_completion_tokens": 12000,
"display_language": {
"mode": "auto",
"tag": "en-US",
"name": "English"
},
"syntax_highlighting": {
"keyword_color": "warnfg",
"type_color": "emphfg",
"function_name_color": "srcid",
"identifier_color": "normfg",
"number_color": "changed",
"string_color": "verbfg",
"char_color": "verbfg",
"comment_color": "subfg",
"preprocessor_color": "srcannot",
"operator_color": "wfg",
"punctuation_color": "subfg"
}
}