koishi-plugin-chatluna-google-gemini-adapter 1.3.2 → 1.3.3

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 CHANGED
@@ -982,7 +982,7 @@ var GeminiClient = class extends import_client.PlatformModelAndEmbeddingsClient
982
982
  };
983
983
  const thinkingModel = [
984
984
  "gemini-2.5-pro",
985
- "gemini-2.5-falsh",
985
+ "gemini-2.5-flash",
986
986
  "gemini-3.0-pro"
987
987
  ];
988
988
  if (thinkingModel.some(
package/lib/index.mjs CHANGED
@@ -979,7 +979,7 @@ var GeminiClient = class extends PlatformModelAndEmbeddingsClient {
979
979
  };
980
980
  const thinkingModel = [
981
981
  "gemini-2.5-pro",
982
- "gemini-2.5-falsh",
982
+ "gemini-2.5-flash",
983
983
  "gemini-3.0-pro"
984
984
  ];
985
985
  if (thinkingModel.some(
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.2",
4
+ "version": "1.3.3",
5
5
  "main": "lib/index.cjs",
6
6
  "module": "lib/index.mjs",
7
7
  "typings": "lib/index.d.ts",