From 7954a39955aafc3c0da068ae602ae1c99abc63c1 Mon Sep 17 00:00:00 2001 From: Matthias Nehlsen Date: Tue, 10 Dec 2024 23:36:59 +0100 Subject: [PATCH] =?UTF-8?q?feat:=20use=20T=C3=BClu3=20model=20for=20checkl?= =?UTF-8?q?ist=20creation?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/features/ai/state/ollama_prompt_checklist.dart | 2 +- pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/features/ai/state/ollama_prompt_checklist.dart b/lib/features/ai/state/ollama_prompt_checklist.dart index 93a858795..d0bdb8149 100644 --- a/lib/features/ai/state/ollama_prompt_checklist.dart +++ b/lib/features/ai/state/ollama_prompt_checklist.dart @@ -33,7 +33,7 @@ class AiChecklistResponse extends Notifier> { final llm = Ollama( defaultOptions: const OllamaOptions( - model: 'llama3.1', + model: 'tulu3:latest', temperature: 3, system: 'Assume that the input is describing a task that needs to be completed. ' diff --git a/pubspec.yaml b/pubspec.yaml index 0216d1bab..f78ee9d8d 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: lotti description: Achieve your goals and keep your data private with Lotti. publish_to: 'none' -version: 0.9.539+2760 +version: 0.9.540+2761 msix_config: display_name: LottiApp