[logseq-plugin-git:commit] 2025-12-27T19:07:25.270Z
This commit is contained in:
@@ -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
|
||||
-
|
||||
Reference in New Issue
Block a user