How to setup AI chat

Gramps 6.0.1
Gramps Web API 3.0.0
Gramps Web Frontend 25.5.1
Gramps QL 0.4.0
Sifts 1.0.0
locale: en
multi-tree: false
task queue: true
OCR: true
chat: false

I installed it through 1-Click App in DigitalOcean but I can’t find config and env files, or config.js file to make some updates

/opt/grampsweb is the location of the docker compose file.

1 Like

I see the file but don’t see
services:
ollama:
image: ollama/ollama
container_name: ollama
ports:
- “11434:11434”
volumes:
- ollama_data:/root/.ollama

volumes:
ollama_data:

should I add it?

In case you haven’t found the docs yet: Setting up AI chat - Gramps Web

1 Like

Because the DO one-click app doesn’t have AI chat preconfigured. You have to set it up yourself. But if you want to use Ollama, I hope your researched the resource requirements in advance. A VM that is powerful enough for Ollama will be quite expensive.

1 Like