Start with Ollama#
If you have Ollama running, create a file enkaidu.yaml and copy in the following configuration, then run enkaidu from the commandline in the same folder as the config file.
session:
model: qwen3 # <---
auto_load:
toolsets:
- DateAndTime
llms:
my_ollama:
provider: ollama
models:
- name: qwen3 # <---
model: qwen3:8b # <---If you’re using a different local model, change the values pointed to by the # <--- comment