@blueharford/scrypted-spatial-awareness 0.6.29 → 0.6.30
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/main.nodejs.js +1 -1
- package/dist/main.nodejs.js.map +1 -1
- package/dist/plugin.zip +0 -0
- package/out/main.nodejs.js +1 -9
- package/out/main.nodejs.js.map +1 -1
- package/out/plugin.zip +0 -0
- package/package.json +1 -1
- package/src/main.ts +1 -9
package/dist/plugin.zip
CHANGED
|
Binary file
|
package/out/main.nodejs.js
CHANGED
|
@@ -39465,19 +39465,12 @@ class SpatialAwarenessPlugin extends sdk_1.ScryptedDeviceBase {
|
|
|
39465
39465
|
group: 'MQTT Integration',
|
|
39466
39466
|
},
|
|
39467
39467
|
// Integrations
|
|
39468
|
-
llmPlugin: {
|
|
39469
|
-
title: 'LLM Plugin',
|
|
39470
|
-
type: 'device',
|
|
39471
|
-
deviceFilter: `interfaces.includes('DeviceProvider') && interfaces.includes('Settings')`,
|
|
39472
|
-
description: 'Select the LLM plugin to use (e.g., OpenAI, Anthropic, Ollama from @scrypted/llm)',
|
|
39473
|
-
group: 'Integrations',
|
|
39474
|
-
},
|
|
39475
39468
|
llmProviders: {
|
|
39476
39469
|
title: 'LLM Providers',
|
|
39477
39470
|
type: 'device',
|
|
39478
39471
|
multiple: true,
|
|
39479
39472
|
deviceFilter: `interfaces.includes('ChatCompletion')`,
|
|
39480
|
-
description: 'Select which providers to use
|
|
39473
|
+
description: 'Select which LLM providers to use (e.g., OpenAI, Claude, Ollama). Multiple providers will be load-balanced to avoid rate limits.',
|
|
39481
39474
|
group: 'Integrations',
|
|
39482
39475
|
},
|
|
39483
39476
|
defaultNotifiers: {
|
|
@@ -39929,7 +39922,6 @@ class SpatialAwarenessPlugin extends sdk_1.ScryptedDeviceBase {
|
|
|
39929
39922
|
key === 'llmDebounceInterval' ||
|
|
39930
39923
|
key === 'llmFallbackEnabled' ||
|
|
39931
39924
|
key === 'llmFallbackTimeout' ||
|
|
39932
|
-
key === 'llmPlugin' ||
|
|
39933
39925
|
key === 'llmProviders' ||
|
|
39934
39926
|
key === 'enableTransitTimeLearning' ||
|
|
39935
39927
|
key === 'enableConnectionSuggestions' ||
|