@elizaos/plugin-local-ai 1.0.0-beta.21 → 1.0.0-beta.23

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 CHANGED
@@ -3091,7 +3091,7 @@ var LocalAIManager = class _LocalAIManager {
3091
3091
  }
3092
3092
  };
3093
3093
  var localAIManager = LocalAIManager.getInstance();
3094
- var localAIPlugin = {
3094
+ var localAiPlugin = {
3095
3095
  name: "local-ai",
3096
3096
  description: "Local AI plugin using LLaMA models",
3097
3097
  async init() {
@@ -3647,9 +3647,9 @@ var localAIPlugin = {
3647
3647
  }
3648
3648
  ]
3649
3649
  };
3650
- var index_default = localAIPlugin;
3650
+ var index_default = localAiPlugin;
3651
3651
  export {
3652
3652
  index_default as default,
3653
- localAIPlugin
3653
+ localAiPlugin
3654
3654
  };
3655
3655
  //# sourceMappingURL=index.js.map