koishi-plugin-elysia-api-aggregator 0.2.6 → 0.2.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +56 -56
package/package.json
CHANGED
|
@@ -1,56 +1,56 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "koishi-plugin-elysia-api-aggregator",
|
|
3
|
-
"description": "Inspired by New-API, the Elysia-API model aggregator plugin allows automatic fetching and manual configuration of available AI models, designed to work with the orchestrator plugin.",
|
|
4
|
-
"version": "0.2.
|
|
5
|
-
"main": "lib/index.cjs",
|
|
6
|
-
"module": "lib/index.mjs",
|
|
7
|
-
"typings": "lib/index.d.ts",
|
|
8
|
-
"files": [
|
|
9
|
-
"lib",
|
|
10
|
-
"dist"
|
|
11
|
-
],
|
|
12
|
-
"type": "module",
|
|
13
|
-
"exports": {
|
|
14
|
-
".": {
|
|
15
|
-
"types": "./lib/index.d.ts",
|
|
16
|
-
"require": "./lib/index.cjs",
|
|
17
|
-
"import": "./lib/index.mjs"
|
|
18
|
-
},
|
|
19
|
-
"./package.json": "./package.json"
|
|
20
|
-
},
|
|
21
|
-
"license": "MIT",
|
|
22
|
-
"author": "MissPinkElf <xiaolan20020118@gmail.com>",
|
|
23
|
-
"homepage": "https://github.com/PinkElysiaDev/koishi-plugin-elysia-api#readme",
|
|
24
|
-
"repository": {
|
|
25
|
-
"type": "git",
|
|
26
|
-
"url": "https://github.com/PinkElysiaDev/koishi-plugin-elysia-api.git"
|
|
27
|
-
},
|
|
28
|
-
"bugs": {
|
|
29
|
-
"url": "https://github.com/PinkElysiaDev/koishi-plugin-elysia-api/issues"
|
|
30
|
-
},
|
|
31
|
-
"scripts": {
|
|
32
|
-
"build": "atsc -b"
|
|
33
|
-
},
|
|
34
|
-
"keywords": [
|
|
35
|
-
"chatbot",
|
|
36
|
-
"koishi",
|
|
37
|
-
"plugin",
|
|
38
|
-
"elysia-api",
|
|
39
|
-
"ai",
|
|
40
|
-
"llm"
|
|
41
|
-
],
|
|
42
|
-
"peerDependencies": {
|
|
43
|
-
"koishi": "^4.18.9"
|
|
44
|
-
},
|
|
45
|
-
"koishi": {
|
|
46
|
-
"description": {
|
|
47
|
-
"zh": "借鉴自 New-API 的 Elysia-API 模型聚合插件,允许自动拉取和手动配置可用的 AI 模型,需要与模型编排插件配合工作。",
|
|
48
|
-
"en": "Inspired by New-API, the Elysia-API model aggregator plugin allows automatic fetching and manual configuration of available AI models, designed to work with the orchestrator plugin."
|
|
49
|
-
},
|
|
50
|
-
"service": {
|
|
51
|
-
"implements": [
|
|
52
|
-
"elysia-api-aggregator"
|
|
53
|
-
]
|
|
54
|
-
}
|
|
55
|
-
}
|
|
56
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "koishi-plugin-elysia-api-aggregator",
|
|
3
|
+
"description": "Inspired by New-API, the Elysia-API model aggregator plugin allows automatic fetching and manual configuration of available AI models, designed to work with the orchestrator plugin.",
|
|
4
|
+
"version": "0.2.8",
|
|
5
|
+
"main": "lib/index.cjs",
|
|
6
|
+
"module": "lib/index.mjs",
|
|
7
|
+
"typings": "lib/index.d.ts",
|
|
8
|
+
"files": [
|
|
9
|
+
"lib",
|
|
10
|
+
"dist"
|
|
11
|
+
],
|
|
12
|
+
"type": "module",
|
|
13
|
+
"exports": {
|
|
14
|
+
".": {
|
|
15
|
+
"types": "./lib/index.d.ts",
|
|
16
|
+
"require": "./lib/index.cjs",
|
|
17
|
+
"import": "./lib/index.mjs"
|
|
18
|
+
},
|
|
19
|
+
"./package.json": "./package.json"
|
|
20
|
+
},
|
|
21
|
+
"license": "MIT",
|
|
22
|
+
"author": "MissPinkElf <xiaolan20020118@gmail.com>",
|
|
23
|
+
"homepage": "https://github.com/PinkElysiaDev/koishi-plugin-elysia-api#readme",
|
|
24
|
+
"repository": {
|
|
25
|
+
"type": "git",
|
|
26
|
+
"url": "https://github.com/PinkElysiaDev/koishi-plugin-elysia-api.git"
|
|
27
|
+
},
|
|
28
|
+
"bugs": {
|
|
29
|
+
"url": "https://github.com/PinkElysiaDev/koishi-plugin-elysia-api/issues"
|
|
30
|
+
},
|
|
31
|
+
"scripts": {
|
|
32
|
+
"build": "atsc -b"
|
|
33
|
+
},
|
|
34
|
+
"keywords": [
|
|
35
|
+
"chatbot",
|
|
36
|
+
"koishi",
|
|
37
|
+
"plugin",
|
|
38
|
+
"elysia-api",
|
|
39
|
+
"ai",
|
|
40
|
+
"llm"
|
|
41
|
+
],
|
|
42
|
+
"peerDependencies": {
|
|
43
|
+
"koishi": "^4.18.9"
|
|
44
|
+
},
|
|
45
|
+
"koishi": {
|
|
46
|
+
"description": {
|
|
47
|
+
"zh": "借鉴自 New-API 的 Elysia-API 模型聚合插件,允许自动拉取和手动配置可用的 AI 模型,需要与模型编排插件配合工作。",
|
|
48
|
+
"en": "Inspired by New-API, the Elysia-API model aggregator plugin allows automatic fetching and manual configuration of available AI models, designed to work with the orchestrator plugin."
|
|
49
|
+
},
|
|
50
|
+
"service": {
|
|
51
|
+
"implements": [
|
|
52
|
+
"elysia-api-aggregator"
|
|
53
|
+
]
|
|
54
|
+
}
|
|
55
|
+
}
|
|
56
|
+
}
|