@blockrun/clawrouter 0.9.15 → 0.9.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/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -5268,7 +5268,7 @@ function injectModelsConfig(logger) {
|
|
|
5268
5268
|
{ id: "gemini", alias: "gemini" },
|
|
5269
5269
|
{ id: "flash", alias: "flash" }
|
|
5270
5270
|
];
|
|
5271
|
-
const DEPRECATED_ALIASES = ["blockrun/nvidia", "blockrun/gpt", "blockrun/o3", "blockrun/grok"];
|
|
5271
|
+
const DEPRECATED_ALIASES = ["blockrun/nvidia", "blockrun/gpt", "blockrun/o3", "blockrun/grok", "blockrun/mini"];
|
|
5272
5272
|
if (!defaults.models) {
|
|
5273
5273
|
defaults.models = {};
|
|
5274
5274
|
needsWrite = true;
|