[logseq-plugin-git:commit] 2025-12-27T19:07:25.270Z

This commit is contained in:
2025-12-27 20:08:10 +01:00
parent 1c76754387
commit a578313353
624 changed files with 11511 additions and 4361 deletions
+18
View File
@@ -0,0 +1,18 @@
tags:: #TEACHING/SE4AS
- [[OLLAMA]]
- ```
docker exec -it my_se4as_pr_PLANNER /bin/bash
curl -s http://host.docker.internal:11434/api/chat -H "Content-Type: application/json" -d '{
"model": "qwen3:4b",
"messages": [
{"role": "user", "content": "Say hello"}
],
"stream": false
}'
ollama list //to list the available models
```
- docker exec -it n8n_ollama_1 sh
-