aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoromagdy <omar.professional8777@gmail.com>2024-11-01 23:40:59 +0200
committeromagdy <omar.professional8777@gmail.com>2024-11-01 23:40:59 +0200
commit4c659b202afc974b8e3b548fc53af2041e0b6ef1 (patch)
treedb9ba89660b38cbe9eddb68c8a1ecbc028445d40
parent2ef25a3b0ed6992a3ff4dcd06898196f927e0899 (diff)
downloadollama-logseq-4c659b202afc974b8e3b548fc53af2041e0b6ef1.tar.xz
ollama-logseq-4c659b202afc974b8e3b548fc53af2041e0b6ef1.zip
Changed default model to llama3.1:8b
-rw-r--r--src/main.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.tsx b/src/main.tsx
index a544760..c9ecfb8 100644
--- a/src/main.tsx
+++ b/src/main.tsx
@@ -27,7 +27,7 @@ let settings: SettingSchemaDesc[] = [
type: "string",
title: "LLM Model",
description: "Set your desired model to use ollama",
- default: "mistral:instruct"
+ default: "llama3.1:8b"
},
{
key: "shortcut",