chore: update return value

This commit is contained in:
Faisal Amir 2025-09-11 15:51:21 +07:00
parent 7c41408a1a
commit 19aa15ffcd

View File

@ -530,6 +530,7 @@ export class DefaultModelsService implements ModelsService {
gpuLayers: 0, gpuLayers: 0,
maxContextLength: 2048, maxContextLength: 2048,
noOffloadKVCache: true, noOffloadKVCache: true,
offloadMmproj: false,
mode: 'Unsupported', mode: 'Unsupported',
} }
} catch (error) { } catch (error) {
@ -538,6 +539,7 @@ export class DefaultModelsService implements ModelsService {
gpuLayers: 0, gpuLayers: 0,
maxContextLength: 2048, maxContextLength: 2048,
noOffloadKVCache: true, noOffloadKVCache: true,
offloadMmproj: false,
mode: 'Unsupported', mode: 'Unsupported',
} }
} }