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';