fix: Update llama version to 3.2 (#18)

This commit is contained in:
Eugene
2024-10-17 18:16:14 +02:00
committed by GitHub
parent 9c99ced291
commit b13ff3e76d
3 changed files with 3 additions and 3 deletions

View File

@@ -100,7 +100,7 @@ After completing the installation steps above, simply follow the steps below to
<http://localhost:5678/workflow/srOnR8PAY3u4RSwb>
3. Select **Test workflow** to start running the workflow.
4. If this is the first time youre 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 <http://localhost:5678/> in your browser.

View File

@@ -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:

View File

@@ -30,7 +30,7 @@
},
{
"parameters": {
"model": "llama3.1:latest",
"model": "llama3.2:latest",
"options": {}
},
"id": "3dee878b-d748-4829-ac0a-cfd6705d31e5",