kcachat 0.1.59 → 0.1.61

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +2 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -35,7 +35,8 @@ npx kcachat@latest "C:\경로\KakaoTalk_Chat_....csv"
35
35
  |------|------|
36
36
  | `KCA_PRESET` | `speed` · `balanced` · `quality` · `custom` |
37
37
  | `KCA_SEMANTIC_MODEL` | 임베딩 HF/Xenova id |
38
- | `KCA_LLM` | `1`이면 LLM 서사(custom/quality) |
38
+ | `KCA_LLM` | `0`이면 LLM 서사(기본 on) |
39
+ | `KCA_LLM_GPU` | `auto` · `metal` · `none` (macOS Metal 호환) |
39
40
  | `KCA_NO_SEMANTIC` | `1`이면 시맨틱 끔 |
40
41
 
41
42
  ## provenance
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kcachat",
3
- "version": "0.1.59",
3
+ "version": "0.1.61",
4
4
  "description": "짧은 npx 이름으로 kakaotalk-chat-analyzer(kca) CLI를 실행합니다.",
5
5
  "type": "module",
6
6
  "bin": {
@@ -12,7 +12,7 @@
12
12
  "LICENSE"
13
13
  ],
14
14
  "dependencies": {
15
- "kakaotalk-chat-analyzer": "^0.19.4"
15
+ "kakaotalk-chat-analyzer": "^0.19.6"
16
16
  },
17
17
  "keywords": [
18
18
  "kakaotalk",