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