From b13ff3e76d4d380d50a146da1404bad34d3af0b4 Mon Sep 17 00:00:00 2001 From: Eugene Date: Thu, 17 Oct 2024 18:16:14 +0200 Subject: [PATCH] fix: Update llama version to 3.2 (#18) --- README.md | 2 +- docker-compose.yml | 2 +- n8n/backup/workflows/srOnR8PAY3u4RSwb.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 28f9f0b..6823d09 100644 --- a/README.md +++ b/README.md @@ -100,7 +100,7 @@ After completing the installation steps above, simply follow the steps below to 3. Select **Test workflow** to start running the workflow. 4. If this is the first time you’re running the workflow, you may need to wait - until Ollama finishes downloading Llama3.1. You can inspect the docker + until Ollama finishes downloading Llama3.2. You can inspect the docker console logs to check on the progress. To open n8n at any time, visit in your browser. diff --git a/docker-compose.yml b/docker-compose.yml index c17d929..0bb3207 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -41,7 +41,7 @@ x-init-ollama: &init-ollama entrypoint: /bin/sh command: - "-c" - - "sleep 3; OLLAMA_HOST=ollama:11434 ollama pull llama3.1" + - "sleep 3; OLLAMA_HOST=ollama:11434 ollama pull llama3.2" services: postgres: diff --git a/n8n/backup/workflows/srOnR8PAY3u4RSwb.json b/n8n/backup/workflows/srOnR8PAY3u4RSwb.json index 3eda08d..9517555 100644 --- a/n8n/backup/workflows/srOnR8PAY3u4RSwb.json +++ b/n8n/backup/workflows/srOnR8PAY3u4RSwb.json @@ -30,7 +30,7 @@ }, { "parameters": { - "model": "llama3.1:latest", + "model": "llama3.2:latest", "options": {} }, "id": "3dee878b-d748-4829-ac0a-cfd6705d31e5",