Skip to content

Commit 24f2ea5

Browse files
committed
fix: 找不到 proxy
1 parent f6baf8a commit 24f2ea5

File tree

4 files changed

+3
-4
lines changed

4 files changed

+3
-4
lines changed

README.md

-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88

99
Detect if content is generated by AI. Provides command line tools and use in Node.js.
1010

11-
1211
## Usage
1312

1413
You need to configure the large model platform and its API Key that the tool depends on. Currently, the following platforms are supported:

bin/dev.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// eslint-disable-next-line n/shebang
44
import { execute } from '@oclif/core';
55

6-
import { initProxy } from './proxy';
6+
import { initProxy } from './proxy.js';
77

88
initProxy();
99

bin/run.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
import { execute } from '@oclif/core';
44

5-
import { initProxy } from './proxy';
5+
import { initProxy } from './proxy.js';
66

77
initProxy();
88

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "aigc-detector",
3-
"version": "1.0.5",
3+
"version": "1.0.6",
44
"description": "Detect if content is generated by AI",
55
"keywords": [
66
"aigc",

0 commit comments

Comments
 (0)