chore: update local module link to reflect core update
This commit is contained in:
parent
ca3c6f73f8
commit
081c37bc84
@ -1 +1 @@
|
||||
0.1.8
|
||||
0.1.11
|
||||
@ -67,6 +67,7 @@ function loadLLMModel(): Promise<Response> {
|
||||
llama_model_path: currentModelFile,
|
||||
ctx_len: 2048,
|
||||
ngl: 100,
|
||||
cont_batching: false,
|
||||
embedding: false, // Always enable embedding mode on
|
||||
};
|
||||
|
||||
@ -117,7 +118,8 @@ async function validateModelStatus(): Promise<InitModelResponse> {
|
||||
return { error: "Model loading failed" };
|
||||
})
|
||||
.catch((err) => {
|
||||
return { error: `Model loading failed. ${err.message}` };
|
||||
log.error("Model loading failed" + err.toString());
|
||||
return { error: `Model loading failed.` };
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
@ -15,8 +15,8 @@
|
||||
"@headlessui/react": "^1.7.15",
|
||||
"@heroicons/react": "^2.0.18",
|
||||
"@hookform/resolvers": "^3.3.2",
|
||||
"@janhq/core": "./core",
|
||||
"@janhq/uikit": "./uikit",
|
||||
"@janhq/core": "link:./core",
|
||||
"@janhq/uikit": "link:./uikit",
|
||||
"autoprefixer": "10.4.16",
|
||||
"class-variance-authority": "^0.7.0",
|
||||
"framer-motion": "^10.16.4",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user