diff --git a/README.md b/README.md index 19d5c16..da25dcd 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,6 @@ Detect if content is generated by AI. Provides command line tools and use in Node.js. - ## Usage You need to configure the large model platform and its API Key that the tool depends on. Currently, the following platforms are supported: diff --git a/bin/dev.js b/bin/dev.js index 22b480c..cf55a9e 100755 --- a/bin/dev.js +++ b/bin/dev.js @@ -3,7 +3,7 @@ // eslint-disable-next-line n/shebang import { execute } from '@oclif/core'; -import { initProxy } from './proxy'; +import { initProxy } from './proxy.js'; initProxy(); diff --git a/bin/run.js b/bin/run.js index 8877316..8f729b9 100755 --- a/bin/run.js +++ b/bin/run.js @@ -2,7 +2,7 @@ import { execute } from '@oclif/core'; -import { initProxy } from './proxy'; +import { initProxy } from './proxy.js'; initProxy(); diff --git a/package.json b/package.json index 328a8d7..9aefd7b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aigc-detector", - "version": "1.0.5", + "version": "1.0.6", "description": "Detect if content is generated by AI", "keywords": [ "aigc",