-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.04 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "koishi-plugin-openrouter-chatgpt",
"author": "seoinetru",
"version": "1.0.4",
"description": "A ChatGPT robot that calls the API Openrouter and supports agents.",
"repository": {
"type": "git",
"url": "git+https://github.com/seoeaa/koishi-plugin-openrouter-chatgpt.git"
},
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
"lib",
"dist"
],
"license": "AGPL-3.0-only",
"scripts": {},
"keywords": [
"openrouter",
"koishi",
"plugin",
"ai",
"generate"
],
"peerDependencies": {
"koishi": "^4.16.4",
"koishi-plugin-puppeteer": "^3.7.3"
},
"koishi": {
"browser": true,
"description": {
"en": "A ChatGPT robot that calls the API Openrouter and supports agents.",
"zh": "一个ChatGPT机器人,调用API Openrouter并支持代理。",
"ru": "Робот ChatGPT, который вызывает API Openrouter и поддерживает агентов."
}
},
"dependencies": {
"openai": "^4.24.6",
"axios": "^1.6.5"
}
}