mulmocast 2.1.17 → 2.1.18
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.
|
@@ -159,7 +159,7 @@ export declare const provider2LLMAgent: {
|
|
|
159
159
|
readonly agentName: "geminiAgent";
|
|
160
160
|
readonly defaultModel: "gemini-2.5-flash";
|
|
161
161
|
readonly max_tokens: 8192;
|
|
162
|
-
readonly models: readonly ["gemini-2.5-pro", "gemini-2.5-flash", "gemini-2.5-flash-lite"
|
|
162
|
+
readonly models: readonly ["gemini-2.5-pro", "gemini-2.5-flash", "gemini-2.5-flash-lite"];
|
|
163
163
|
readonly keyName: "GEMINI_API_KEY";
|
|
164
164
|
};
|
|
165
165
|
readonly groq: {
|
|
@@ -287,7 +287,7 @@ export const provider2LLMAgent = {
|
|
|
287
287
|
agentName: "geminiAgent",
|
|
288
288
|
defaultModel: "gemini-2.5-flash",
|
|
289
289
|
max_tokens: 8192,
|
|
290
|
-
models: ["gemini-2.5-pro", "gemini-2.5-flash", "gemini-2.5-flash-lite"
|
|
290
|
+
models: ["gemini-2.5-pro", "gemini-2.5-flash", "gemini-2.5-flash-lite"],
|
|
291
291
|
keyName: "GEMINI_API_KEY",
|
|
292
292
|
},
|
|
293
293
|
groq: {
|