@tryhamster/gerbil 1.0.0-rc.3 → 1.0.0-rc.5
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/browser/index.d.ts.map +1 -1
- package/dist/browser/index.js +6 -6
- package/dist/browser/index.js.map +1 -1
- package/dist/cli.mjs +7 -7
- package/dist/cli.mjs.map +1 -1
- package/dist/frameworks/express.mjs +1 -1
- package/dist/frameworks/fastify.mjs +1 -1
- package/dist/frameworks/hono.mjs +1 -1
- package/dist/frameworks/next.mjs +1 -1
- package/dist/frameworks/trpc.mjs +1 -1
- package/dist/gerbil-CjnM4Pra.mjs +4 -0
- package/dist/{gerbil-Dq039a6V.mjs → gerbil-CocYaJhE.mjs} +3 -3
- package/dist/{gerbil-Dq039a6V.mjs.map → gerbil-CocYaJhE.mjs.map} +1 -1
- package/dist/index.d.mts.map +1 -1
- package/dist/index.mjs +3 -3
- package/dist/integrations/ai-sdk.mjs +2 -2
- package/dist/integrations/langchain.mjs +1 -1
- package/dist/integrations/llamaindex.mjs +1 -1
- package/dist/integrations/mcp.mjs +4 -4
- package/dist/kokoro-BSHqCbNW.js +20212 -0
- package/dist/kokoro-BSHqCbNW.js.map +1 -0
- package/dist/{mcp-DY57Whwj.mjs → mcp-m9BkEngp.mjs} +3 -3
- package/dist/{mcp-DY57Whwj.mjs.map → mcp-m9BkEngp.mjs.map} +1 -1
- package/dist/{one-liner-CgRVfe5K.mjs → one-liner-BBbeCywj.mjs} +2 -2
- package/dist/{one-liner-CgRVfe5K.mjs.map → one-liner-BBbeCywj.mjs.map} +1 -1
- package/dist/{repl-BEusmMZs.mjs → repl-DX6JI6fo.mjs} +3 -3
- package/dist/skills/index.d.mts +4 -4
- package/dist/skills/index.d.mts.map +1 -1
- package/dist/skills/index.mjs +3 -3
- package/dist/{skills-BGS20rGK.mjs → skills-CBpAWeKy.mjs} +2 -2
- package/dist/{skills-BGS20rGK.mjs.map → skills-CBpAWeKy.mjs.map} +1 -1
- package/dist/{stt-BtklAjR2.js → stt-BN46nKJd.js} +2 -2
- package/dist/{stt-BtklAjR2.js.map → stt-BN46nKJd.js.map} +1 -1
- package/dist/transformers.web-BFh4CnBR.js +3 -0
- package/dist/transformers.web-BschYzqZ.js +30382 -0
- package/dist/transformers.web-BschYzqZ.js.map +1 -0
- package/dist/{tts-DKIOWafo.js → tts-Bn_zwjoM.js} +6 -3
- package/dist/tts-Bn_zwjoM.js.map +1 -0
- package/dist/{tts-Cuu1TOkM.mjs → tts-C8NaF1jo.mjs} +1 -1
- package/dist/{tts-BFL984rV.mjs → tts-CmaC0yA9.mjs} +5 -2
- package/dist/tts-CmaC0yA9.mjs.map +1 -0
- package/package.json +3 -3
- package/dist/gerbil-DyTEWXLy.mjs +0 -4
- package/dist/tts-BFL984rV.mjs.map +0 -1
- package/dist/tts-DKIOWafo.js.map +0 -1
package/dist/index.mjs
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { a as ResponseCache, c as getGlobalCache, i as resolveModel, n as BUILTIN_MODELS, o as clearGlobalCache, r as listBuiltinModels, s as configureGlobalCache, t as Gerbil } from "./gerbil-
|
|
1
|
+
import { a as ResponseCache, c as getGlobalCache, i as resolveModel, n as BUILTIN_MODELS, o as clearGlobalCache, r as listBuiltinModels, s as configureGlobalCache, t as Gerbil } from "./gerbil-CocYaJhE.mjs";
|
|
2
2
|
import { n as getChromeCachedModels, r as refreshCachedModelSizes, t as ChromeGPUBackend } from "./chrome-backend-CORwaIyC.mjs";
|
|
3
3
|
import "./utils-CZBZ8dgR.mjs";
|
|
4
|
-
import { c as stream, i as generate, n as embed, o as json, r as embedBatch, s as one_liner_default, t as dispose } from "./one-liner-
|
|
4
|
+
import { c as stream, i as generate, n as embed, o as json, r as embedBatch, s as one_liner_default, t as dispose } from "./one-liner-BBbeCywj.mjs";
|
|
5
5
|
import { i as resampleAudio, n as WhisperSTT, r as decodeWav, t as WHISPER_MODELS } from "./stt-CkfJswka.mjs";
|
|
6
|
-
import { a as TTS_MODELS, c as listTTSModels, n as KokoroTTS, s as getTTSModelConfig, t as KOKORO_VOICES } from "./tts-
|
|
6
|
+
import { a as TTS_MODELS, c as listTTSModels, n as KokoroTTS, s as getTTSModelConfig, t as KOKORO_VOICES } from "./tts-CmaC0yA9.mjs";
|
|
7
7
|
|
|
8
8
|
//#region src/index.ts
|
|
9
9
|
var src_default = one_liner_default;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { n as BUILTIN_MODELS, t as Gerbil } from "../gerbil-
|
|
1
|
+
import { n as BUILTIN_MODELS, t as Gerbil } from "../gerbil-CocYaJhE.mjs";
|
|
2
2
|
import "../utils-CZBZ8dgR.mjs";
|
|
3
3
|
import { t as WHISPER_MODELS } from "../stt-CkfJswka.mjs";
|
|
4
|
-
import { t as KOKORO_VOICES } from "../tts-
|
|
4
|
+
import { t as KOKORO_VOICES } from "../tts-CmaC0yA9.mjs";
|
|
5
5
|
|
|
6
6
|
//#region src/integrations/ai-sdk.ts
|
|
7
7
|
let idCounter = 0;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import "../gerbil-
|
|
1
|
+
import "../gerbil-CocYaJhE.mjs";
|
|
2
2
|
import "../utils-CZBZ8dgR.mjs";
|
|
3
|
-
import "../one-liner-
|
|
4
|
-
import "../skills-
|
|
5
|
-
import { n as mcp_default, r as startMCPServer, t as createMCPServer } from "../mcp-
|
|
3
|
+
import "../one-liner-BBbeCywj.mjs";
|
|
4
|
+
import "../skills-CBpAWeKy.mjs";
|
|
5
|
+
import { n as mcp_default, r as startMCPServer, t as createMCPServer } from "../mcp-m9BkEngp.mjs";
|
|
6
6
|
|
|
7
7
|
export { createMCPServer, mcp_default as default, startMCPServer };
|