Skip to content

Commit

Permalink
small plugin fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lalalune committed Feb 9, 2025
1 parent 0934445 commit 04c7d28
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions packages/plugin-local-ai/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
import { z } from "zod";
import type { Plugin } from "@elizaos/core";
import { ModelClass, logger } from "@elizaos/core";
import { ModelClass, Plugin, logger } from "@elizaos/core";
import { AutoTokenizer } from "@huggingface/transformers";
import { FlagEmbedding, EmbeddingModel } from "fastembed";
import { EmbeddingModel, FlagEmbedding } from "fastembed";
import path from "node:path";
import { fileURLToPath } from "url";
import { z } from "zod";

// Configuration schema for the local AI plugin
const configSchema = z.object({
Expand Down

0 comments on commit 04c7d28

Please sign in to comment.