We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 638bcfe commit 5e342fbCopy full SHA for 5e342fb
packages/plugin-node/src/services/speech.ts
@@ -1,7 +1,7 @@
1
import { PassThrough } from "stream";
2
import { Readable } from "node:stream";
3
import { ReadableStream } from "node:stream/web";
4
-import { IAgentRuntime, ISpeechService, ServiceType } from "@ai16z/core";
+import { IAgentRuntime, ISpeechService, ServiceType } from "@elizaos/core";
5
import { getWavHeader } from "./audioUtils.ts";
6
import { Service } from "@elizaos/core";
7
import { validateNodeConfig } from "../environment.ts";
0 commit comments