File tree 4 files changed +3
-4
lines changed
4 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 8
8
9
9
Detect if content is generated by AI. Provides command line tools and use in Node.js.
10
10
11
-
12
11
## Usage
13
12
14
13
You need to configure the large model platform and its API Key that the tool depends on. Currently, the following platforms are supported:
Original file line number Diff line number Diff line change 3
3
// eslint-disable-next-line n/shebang
4
4
import { execute } from '@oclif/core' ;
5
5
6
- import { initProxy } from './proxy' ;
6
+ import { initProxy } from './proxy.js ' ;
7
7
8
8
initProxy ( ) ;
9
9
Original file line number Diff line number Diff line change 2
2
3
3
import { execute } from '@oclif/core' ;
4
4
5
- import { initProxy } from './proxy' ;
5
+ import { initProxy } from './proxy.js ' ;
6
6
7
7
initProxy ( ) ;
8
8
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " aigc-detector" ,
3
- "version" : " 1.0.5 " ,
3
+ "version" : " 1.0.6 " ,
4
4
"description" : " Detect if content is generated by AI" ,
5
5
"keywords" : [
6
6
" aigc" ,
You can’t perform that action at this time.
0 commit comments