diff --git a/core/src/browser/extensions/engines/AIEngine.ts b/core/src/browser/extensions/engines/AIEngine.ts index 4259074f7..be7bdb0e5 100644 --- a/core/src/browser/extensions/engines/AIEngine.ts +++ b/core/src/browser/extensions/engines/AIEngine.ts @@ -137,7 +137,8 @@ export interface chatOptions { // 7. /import export interface ImportOptions { - [key: string]: any + modelPath: string + mmprojPath: string } export interface importResult {