feat: add model and mmproj paths to ImportOptions
The `ImportOptions` interface was updated to include `modelPath` and `mmprojPath`. These options are required for importing models and multi-modal projects.
This commit is contained in:
parent
07d76dc871
commit
267bbbf77b
@ -137,7 +137,8 @@ export interface chatOptions {
|
|||||||
|
|
||||||
// 7. /import
|
// 7. /import
|
||||||
export interface ImportOptions {
|
export interface ImportOptions {
|
||||||
[key: string]: any
|
modelPath: string
|
||||||
|
mmprojPath: string
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface importResult {
|
export interface importResult {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user