Skip to content

Commit

Permalink
Merge pull request #1870 from matthiasn/feat/use_tülu_llm
Browse files Browse the repository at this point in the history
feat: use Tülu3 model for checklist creation
  • Loading branch information
matthiasn authored Dec 10, 2024
2 parents 3c8424f + 7954a39 commit 2f6b6e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/features/ai/state/ollama_prompt_checklist.dart
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class AiChecklistResponse extends Notifier<List<ChecklistItemData>> {

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. '
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 2f6b6e8

Please sign in to comment.