Files
logseq/pages/LLM-based Planner.md
T

18 lines
463 B
Markdown

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
-