koishi-plugin-chatluna-google-gemini-adapter 1.3.0-alpha.15 → 1.3.0-alpha.16
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/lib/index.cjs +1 -1
- package/lib/index.mjs +1 -1
- package/package.json +2 -2
package/lib/index.cjs
CHANGED
|
@@ -1053,7 +1053,7 @@ var Config4 = import_koishi.Schema.intersect([
|
|
|
1053
1053
|
platform: import_koishi.Schema.string().default("gemini"),
|
|
1054
1054
|
apiKeys: import_koishi.Schema.array(
|
|
1055
1055
|
import_koishi.Schema.tuple([
|
|
1056
|
-
import_koishi.Schema.string().role("secret").
|
|
1056
|
+
import_koishi.Schema.string().role("secret").default(""),
|
|
1057
1057
|
import_koishi.Schema.string().default(
|
|
1058
1058
|
"https://generativelanguage.googleapis.com/v1beta"
|
|
1059
1059
|
),
|
package/lib/index.mjs
CHANGED
|
@@ -1050,7 +1050,7 @@ var Config4 = Schema.intersect([
|
|
|
1050
1050
|
platform: Schema.string().default("gemini"),
|
|
1051
1051
|
apiKeys: Schema.array(
|
|
1052
1052
|
Schema.tuple([
|
|
1053
|
-
Schema.string().role("secret").
|
|
1053
|
+
Schema.string().role("secret").default(""),
|
|
1054
1054
|
Schema.string().default(
|
|
1055
1055
|
"https://generativelanguage.googleapis.com/v1beta"
|
|
1056
1056
|
),
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "koishi-plugin-chatluna-google-gemini-adapter",
|
|
3
3
|
"description": "google-gemini adapter for chatluna",
|
|
4
|
-
"version": "1.3.0-alpha.
|
|
4
|
+
"version": "1.3.0-alpha.16",
|
|
5
5
|
"main": "lib/index.cjs",
|
|
6
6
|
"module": "lib/index.mjs",
|
|
7
7
|
"typings": "lib/index.d.ts",
|
|
@@ -73,7 +73,7 @@
|
|
|
73
73
|
},
|
|
74
74
|
"peerDependencies": {
|
|
75
75
|
"koishi": "^4.18.9",
|
|
76
|
-
"koishi-plugin-chatluna": "^1.3.0-alpha.
|
|
76
|
+
"koishi-plugin-chatluna": "^1.3.0-alpha.57",
|
|
77
77
|
"koishi-plugin-chatluna-storage-service": "^0.0.9"
|
|
78
78
|
},
|
|
79
79
|
"peerDependenciesMeta": {
|