openmates 0.11.0-alpha.27 → 0.11.0-alpha.28
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.
|
@@ -1389,9 +1389,9 @@ var CHAT_MODELS = [
|
|
|
1389
1389
|
{ id: "kimi-k2.5", name: "Kimi K2.5" },
|
|
1390
1390
|
{ id: "kimi-k2.6", name: "Kimi K2.6" },
|
|
1391
1391
|
{ id: "zai-glm-4.7", name: "GLM 4.7" },
|
|
1392
|
-
{ id: "mistral-medium-latest", name: "Mistral Medium" },
|
|
1393
|
-
{ id: "mistral-small-2506", name: "Mistral Small 3.2" },
|
|
1394
|
-
{ id: "mistral-small-latest", name: "Mistral Small 4" },
|
|
1392
|
+
{ id: "mistral-medium-latest", name: "Mistral Medium 3.5", providerId: "mistral" },
|
|
1393
|
+
{ id: "mistral-small-2506", name: "Mistral Small 3.2", providerId: "mistral" },
|
|
1394
|
+
{ id: "mistral-small-latest", name: "Mistral Small 4", providerId: "mistral" },
|
|
1395
1395
|
{ id: "devstral-2512", name: "Devstral 2" }
|
|
1396
1396
|
];
|
|
1397
1397
|
var MENTION_REGEX = /(?:^|\s)@(\/[^\s]+|\.\/[^\s]+|~\/[^\s]+|[^\s@]+)/g;
|
package/dist/cli.js
CHANGED
package/dist/index.js
CHANGED