We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent beebca4 commit 81fe9b2Copy full SHA for 81fe9b2
packages/plugin-local-ai/__tests__/initialization.test.ts
@@ -2,7 +2,6 @@ import { type ModelType, ModelTypes } from "@elizaos/core";
2
import { describe, expect, test } from "vitest";
3
import { localAIPlugin } from "../src/index";
4
5
-throw Error("Dont");
6
7
describe("LocalAI Plugin Initialization", () => {
8
// Mock runtime for testing
0 commit comments