@mcowger/oh-my-pi-plexus 1.3.7 → 1.3.8
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/extension.js +4 -2
- package/package.json +1 -1
package/dist/extension.js
CHANGED
|
@@ -125453,8 +125453,10 @@ function ollamaCloudModelManagerOptions(config4) {
|
|
|
125453
125453
|
};
|
|
125454
125454
|
}
|
|
125455
125455
|
|
|
125456
|
+
// stub-pi-utils-logger:@oh-my-pi/pi-utils/logger
|
|
125457
|
+
function warn() {}
|
|
125458
|
+
|
|
125456
125459
|
// ../../node_modules/.bun/@oh-my-pi+pi-catalog@17.1.2/node_modules/@oh-my-pi/pi-catalog/src/provider-models/openai-compat.ts
|
|
125457
|
-
import * as logger from "@oh-my-pi/pi-utils/logger";
|
|
125458
125460
|
init_effort();
|
|
125459
125461
|
init_fireworks_model_id();
|
|
125460
125462
|
init_family();
|
|
@@ -127677,7 +127679,7 @@ function warnLiteLLMMetadataFallback(managementBaseUrl, failure) {
|
|
|
127677
127679
|
return;
|
|
127678
127680
|
}
|
|
127679
127681
|
warnedLiteLLMMetadataBases.add(managementBaseUrl);
|
|
127680
|
-
|
|
127682
|
+
warn("LiteLLM rich model metadata unavailable; falling back to /v1/models", {
|
|
127681
127683
|
endpoint: `${managementBaseUrl}${failure.endpoint}`,
|
|
127682
127684
|
status: failure.status ?? "unavailable",
|
|
127683
127685
|
reason: failure.reason,
|