From 24f2ea576068d574915f9a2dbc23e5ded4c4f411 Mon Sep 17 00:00:00 2001 From: Crazy Urus Date: Fri, 24 May 2024 12:44:18 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=89=BE=E4=B8=8D=E5=88=B0=20proxy?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 1 - bin/dev.js | 2 +- bin/run.js | 2 +- package.json | 2 +- 4 files changed, 3 insertions(+), 4 deletions(-) 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",