diff options
Diffstat (limited to 'src/main.tsx')
| -rw-r--r-- | src/main.tsx | 2 |
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", |
