-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPROFILE.example.json
More file actions
45 lines (45 loc) · 1 KB
/
Copy pathPROFILE.example.json
File metadata and controls
45 lines (45 loc) · 1 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
{
"schema_version": "0.1",
"updated_at": "2026-07-16T00:00:00Z",
"target_language": "en",
"base_language": "zh",
"preferences": {
"conversation_first": true,
"english_growth": "gradual",
"first_exposure_style": "english_with_chinese_gloss",
"correction_style": "brief_then_continue",
"pronunciation_speed": "normal"
},
"preferred_topics": [
"AI",
"GitHub",
"Codex",
"VPS",
"photography",
"networking",
"digital payment cards",
"software development"
],
"active_focus": {
"general_expressions": [
"I think",
"because",
"need"
],
"topic_expressions": [
"context",
"framework"
]
},
"familiar_expressions": [
"AI",
"GitHub"
],
"recent_difficulties": [
"Remembering context without the original sentence"
],
"notes_for_next_ai": [
"Keep the conversation natural and increase English gradually.",
"When answering a vocabulary query, repeat the complete original sentence first."
]
}