I created a project at OpenAI and generated a key.
I added the below to my docker-compose.yml file, but the system says Chat: False.
I am doing the Docker install so the way I read the documentation, all the required pieces are installed?
What did I miss?
# --- AI & LLM Configuration ---
OPENAI_API_KEY: my-real-key-goes-here # Replace with your key
GRAMPSWEB_LLM_MODEL: gpt-4o-mini # The OpenAI model to use
GRAMPSWeb_VECTOR_EMBEDDING_MODE: sentence-transformers/all-MiniLM-L6-v2
# Optional: Control context length if you have large notes
GRAMPSWEB_LLM_MAX_CONTEXT_LENGTH: 50000
System info:
Gramps 6.0.6
Gramps Web API 3.5.0
Gramps Web Frontend 25.11.2
Gramps QL 0.4.0
Sifts 1.1.0
locale: en
multi-tree: false
task queue: true
OCR: true
chat: false