mulmocast 2.4.3 → 2.4.4

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.
@@ -155,7 +155,7 @@ export declare const provider2LLMAgent: {
155
155
  readonly agentName: "geminiAgent";
156
156
  readonly defaultModel: "gemini-2.5-flash";
157
157
  readonly max_tokens: 8192;
158
- readonly models: readonly ["gemini-3-pro-preview", "gemini-3-flash-preview", "gemini-2.5-pro", "gemini-2.5-flash", "gemini-2.5-flash-lite"];
158
+ readonly models: readonly ["gemini-3.1-pro-preview", "gemini-3-flash-preview", "gemini-2.5-pro", "gemini-2.5-flash", "gemini-2.5-flash-lite"];
159
159
  readonly keyName: "GEMINI_API_KEY";
160
160
  };
161
161
  readonly groq: {
@@ -289,7 +289,7 @@ export const provider2LLMAgent = {
289
289
  agentName: "geminiAgent",
290
290
  defaultModel: "gemini-2.5-flash",
291
291
  max_tokens: 8192,
292
- models: ["gemini-3-pro-preview", "gemini-3-flash-preview", "gemini-2.5-pro", "gemini-2.5-flash", "gemini-2.5-flash-lite"],
292
+ models: ["gemini-3.1-pro-preview", "gemini-3-flash-preview", "gemini-2.5-pro", "gemini-2.5-flash", "gemini-2.5-flash-lite"],
293
293
  keyName: "GEMINI_API_KEY",
294
294
  },
295
295
  groq: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mulmocast",
3
- "version": "2.4.3",
3
+ "version": "2.4.4",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "main": "lib/index.node.js",