kcachat 0.1.60 → 0.1.62
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.
- package/README.md +2 -1
- 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` | `
|
|
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.
|
|
3
|
+
"version": "0.1.62",
|
|
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.
|
|
15
|
+
"kakaotalk-chat-analyzer": "^0.19.7"
|
|
16
16
|
},
|
|
17
17
|
"keywords": [
|
|
18
18
|
"kakaotalk",
|