Skip to content

Commit

Permalink
fix: 找不到 proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
crazyurus committed May 24, 2024
1 parent f6baf8a commit 24f2ea5
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion bin/dev.js
Original file line number Diff line number Diff line change
Expand Up @@ -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();

Expand Down
2 changes: 1 addition & 1 deletion bin/run.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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

import { initProxy } from './proxy';
import { initProxy } from './proxy.js';

initProxy();

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 24f2ea5

Please sign in to comment.