mirror of
https://github.com/n8n-io/self-hosted-ai-starter-kit.git
synced 2025-11-29 00:23:13 +00:00
fix: Update llama version to 3.2 (#18)
This commit is contained in:
@@ -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 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 <http://localhost:5678/> in your browser.
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -30,7 +30,7 @@
|
||||
},
|
||||
{
|
||||
"parameters": {
|
||||
"model": "llama3.1:latest",
|
||||
"model": "llama3.2:latest",
|
||||
"options": {}
|
||||
},
|
||||
"id": "3dee878b-d748-4829-ac0a-cfd6705d31e5",
|
||||
|
||||
Reference in New Issue
Block a user