fix heartbeat issue
Build and Push Containers / test (push) Successful in 9s
Build and Push Containers / build-and-push (push) Successful in 16s

This commit is contained in:
2026-08-02 11:35:13 -04:00
parent 121ecece3c
commit a2c4f81147
3 changed files with 247 additions and 195 deletions
+1
View File
@@ -35,6 +35,7 @@ Loaded from `.env` via `python-dotenv`:
| `OPENAI_API_KEY` | Yes | — | API key for the LLM provider |
| `OPENAI_API_URL` | No | `https://api.openai.com/v1/chat/completions` | OpenAI-compatible endpoint |
| `MODEL` | No | `gpt-4o-mini` | Model name to use |
| `VALKEY_URL` | No | `redis://localhost:6379/0` | Valkey/Redis URL |
## Site types