fix: disable timeout on model load
This commit is contained in:
parent
a4d689e7c3
commit
33bfd0eed8
@ -136,6 +136,7 @@ export default class JanInferenceCortexExtension extends LocalOAIEngine {
|
||||
? InferenceEngine.cortex_llamacpp
|
||||
: model.engine,
|
||||
},
|
||||
timeout: false,
|
||||
})
|
||||
.json()
|
||||
.catch(async (e) => {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user