omnius 1.0.257 → 1.0.258
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 +6 -6
- package/npm-shrinkwrap.json +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -617317,7 +617317,7 @@ async function stepCohere(config, rl, availableRows) {
|
|
|
617317
617317
|
{ key: "desc1", label: "" },
|
|
617318
617318
|
{ key: "desc2", label: " COHERE lets your node collaborate with other sponsors" },
|
|
617319
617319
|
{ key: "desc3", label: " on the Omnius meshnet. When someone asks a question" },
|
|
617320
|
-
{ key: "desc4", label: " on
|
|
617320
|
+
{ key: "desc4", label: " on omnius.nexus, your node can:" },
|
|
617321
617321
|
{ key: "desc5", label: "" },
|
|
617322
617322
|
{ key: "desc6", label: " • Answer queries using your local models" },
|
|
617323
617323
|
{ key: "desc7", label: " • Bid on questions based on model fit + GPU load" },
|
|
@@ -687823,13 +687823,13 @@ async function resolveRealtimeOllamaFallbackModel(ollamaUrl, timeoutMs, missingM
|
|
|
687823
687823
|
if (names.includes(exactLatest)) return remember(exactLatest);
|
|
687824
687824
|
const preferred = [
|
|
687825
687825
|
"qwen3.5-9b-r10:q4km",
|
|
687826
|
-
"
|
|
687827
|
-
"
|
|
687828
|
-
"
|
|
687826
|
+
"omnius-qwen35-9b-r10-q4km:latest",
|
|
687827
|
+
"omnius-qwen35-9b-r10-parsed-q4km:latest",
|
|
687828
|
+
"omnius-qwen35-9b-r9-q4km:latest",
|
|
687829
687829
|
"qwen3:8b",
|
|
687830
|
-
"
|
|
687830
|
+
"omnius-qwen3-8b:latest",
|
|
687831
687831
|
"omnius-qwen36-35b:latest",
|
|
687832
|
-
"
|
|
687832
|
+
"omnius-qwen36:latest",
|
|
687833
687833
|
"qwen3.6:35b"
|
|
687834
687834
|
];
|
|
687835
687835
|
for (const name10 of preferred) {
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "omnius",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.258",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "omnius",
|
|
9
|
-
"version": "1.0.
|
|
9
|
+
"version": "1.0.258",
|
|
10
10
|
"bundleDependencies": [
|
|
11
11
|
"image-to-ascii"
|
|
12
12
|
],
|
package/package.json
CHANGED