修复 ModelCaller 中的导入路径,确保正确引用 amilyHelper

This commit is contained in:
2026-01-18 11:42:13 +08:00
committed by Silence_Lurker
parent 1e20ce79a1
commit 4058386c01

View File

@@ -1,6 +1,6 @@
import { getRequestHeaders } from "/script.js";
import { getContext } from "/scripts/extensions.js";
import { amilyHelper } from '../../core/tavern-helper/main.js';
import { amilyHelper } from '../../../core/tavern-helper/main.js';
import Options from './Options.js';
import RequestBody from './RequestBody.js';