# Must be something about Grampsweb Chat I don't get

**URL:** https://gramps.discourse.group/t/must-be-something-about-grampsweb-chat-i-dont-get/8913
**Category:** Gramps Web
**Tags:** websolutions
**Created:** [December 8, 2025, 9:33pm UTC](https://gramps.discourse.group/t/must-be-something-about-grampsweb-chat-i-dont-get/8913 "2025-12-08T21:33:23Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![jackdlail](https://avatars.discourse-cdn.com/v4/letter/j/91b2a8/32.png) [@jackdlail](https://gramps.discourse.group/u/jackdlail)
#### Post date: [December 8, 2025, 9:33pm UTC](https://gramps.discourse.group/t/must-be-something-about-grampsweb-chat-i-dont-get/8913/1 "2025-12-08T21:33:23Z")

</div>

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?

```python
# --- 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

---

<div class="post-metadata">

### Author: ![DavidMStraub](https://yyz2.discourse-cdn.com/free1/user_avatar/gramps.discourse.group/davidmstraub/32/7_2.png) [@DavidMStraub](https://gramps.discourse.group/u/DavidMStraub)
#### Post date: [December 9, 2025, 7:08am UTC](https://gramps.discourse.group/t/must-be-something-about-grampsweb-chat-i-dont-get/8913/2 "2025-12-09T07:08:03Z")

</div>

> [@jackdlail](#):
>
> `GRAMPSWeb_VECTOR_EMBEDDING_MODE`

Two typos here

ABCDEFGH (discourse forces me to have at least 20 characters per post)

---

<div class="post-metadata">

### Author: ![jackdlail](https://avatars.discourse-cdn.com/v4/letter/j/91b2a8/32.png) [@jackdlail](https://gramps.discourse.group/u/jackdlail)
#### Post date: [December 9, 2025, 1:45pm UTC](https://gramps.discourse.group/t/must-be-something-about-grampsweb-chat-i-dont-get/8913/3 "2025-12-09T13:45:44Z")

</div>

Duh, Thank you.

What a brilliant PR move by Typos to blame Bugs.
