mirror of
https://github.com/Youzini-afk/ST-Bionic-Memory-Ecology.git
synced 2026-05-15 22:30:38 +08:00
Fix host import paths after directory reorganization
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
// ST-BME: LLM 调用封装
|
||||
// 包装 ST 的 sendOpenAIRequest,提供结构化 JSON 输出和重试机制
|
||||
|
||||
import { getRequestHeaders } from "../../../../script.js";
|
||||
import { extension_settings } from "../../../extensions.js";
|
||||
import { chat_completion_sources, sendOpenAIRequest } from "../../../openai.js";
|
||||
import { getRequestHeaders } from "../../../../../script.js";
|
||||
import { extension_settings } from "../../../../extensions.js";
|
||||
import { chat_completion_sources, sendOpenAIRequest } from "../../../../openai.js";
|
||||
import { debugLog, debugWarn } from "../runtime/debug-logging.js";
|
||||
import { resolveTaskGenerationOptions } from "../runtime/generation-options.js";
|
||||
import { resolveLlmConfigSelection } from "./llm-preset-utils.js";
|
||||
|
||||
Reference in New Issue
Block a user