This commit is contained in:
2026-04-07 04:23:48 +09:00
parent f2c3243140
commit 468cc0847b
6 changed files with 22 additions and 104 deletions

View File

@@ -4,11 +4,11 @@ import { fileURLToPath } from "node:url";
import {
type ChatHistoryItem,
type ChatSessionModelFunctions,
createModelDownloader,
getLlama,
type LLamaChatPromptOptions,
LlamaChatSession,
type LlamaModel,
createModelDownloader,
getLlama,
resolveChatWrapper,
} from "node-llama-cpp";