From 4058386c01245530bb02492d10726b4943eb9434 Mon Sep 17 00:00:00 2001 From: SilenceLurker Date: Sun, 18 Jan 2026 11:42:13 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=20ModelCaller=20=E4=B8=AD?= =?UTF-8?q?=E7=9A=84=E5=AF=BC=E5=85=A5=E8=B7=AF=E5=BE=84=EF=BC=8C=E7=A1=AE?= =?UTF-8?q?=E4=BF=9D=E6=AD=A3=E7=A1=AE=E5=BC=95=E7=94=A8=20amilyHelper?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SL/bus/api/ModelCaller.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SL/bus/api/ModelCaller.js b/SL/bus/api/ModelCaller.js index a308b12..7afc43a 100644 --- a/SL/bus/api/ModelCaller.js +++ b/SL/bus/api/ModelCaller.js @@ -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';