Skip to content

Commit f6baf8a

Browse files
committed
fix: chat history 失效
1 parent 419a2c3 commit f6baf8a

File tree

8 files changed

+182
-210
lines changed

8 files changed

+182
-210
lines changed

package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "aigc-detector",
3-
"version": "1.0.4",
3+
"version": "1.0.5",
44
"description": "Detect if content is generated by AI",
55
"keywords": [
66
"aigc",
@@ -40,9 +40,9 @@
4040
]
4141
},
4242
"dependencies": {
43-
"@langchain/community": "^0.0.53",
44-
"@langchain/core": "^0.1.60",
45-
"@langchain/openai": "^0.0.28",
43+
"@langchain/community": "^0.2.2",
44+
"@langchain/core": "^0.2.0",
45+
"@langchain/openai": "^0.0.33",
4646
"@oclif/core": "^3.26.4",
4747
"@oclif/plugin-help": "^6.0.21",
4848
"@oclif/plugin-not-found": "^3.1.6",
@@ -52,7 +52,7 @@
5252
"chalk": "^5.3.0",
5353
"inquirer": "^9.2.20",
5454
"jsonwebtoken": "^9.0.2",
55-
"langchain": "^0.1.36",
55+
"langchain": "^0.2.2",
5656
"ora": "^8.0.1",
5757
"undici": "^6.18.1"
5858
},

0 commit comments

Comments
 (0)