From f5fc60004e6aac6e634f6be9f5ec6427f29aad92 Mon Sep 17 00:00:00 2001 From: Vadym Samoilenko Date: Mon, 27 Apr 2026 16:13:19 +0100 Subject: [PATCH] vault backup: 2026-04-27 16:13:19 --- .../sandbox-notebookllamalm-nextjs/Sandbox NotebookLM.md | 7 ++++++- 99 Daily/2026-04-27.md | 3 +++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/01 Projects/sandbox-notebookllamalm-nextjs/Sandbox NotebookLM.md b/01 Projects/sandbox-notebookllamalm-nextjs/Sandbox NotebookLM.md index 0e0d03d..a506d89 100644 --- a/01 Projects/sandbox-notebookllamalm-nextjs/Sandbox NotebookLM.md +++ b/01 Projects/sandbox-notebookllamalm-nextjs/Sandbox NotebookLM.md @@ -10,7 +10,7 @@ server: optical-web-1 at /opt/sandbox-notebookllamalm-nextjs tags: [oliver, ai, notebooklm, llamaindex, rag, multi-user, nextjs15, elevenlabs] created: 2026-04-14 last_commit: 2026-04-27 -commits: 180 +commits: 181 --- ## Overview @@ -83,6 +83,10 @@ docker compose logs frontend --tail=50 | 2026-03-15 | Pin python-pptx to 0.6.23 | ## Sessions +### 2026-04-27 – Asked | Requested fix for podcast +**Asked:** Asked | Requested fix for podcast generation failure with invalid OpenAI model configuration +**Done:** Done | Added environment variables to `.env` and created `.env.example` file, then committed and pushed changes + ### 2026-04-27 – Developer requested a fix for an **Asked:** Developer requested a fix for an invalid OpenAI model name error in podcast generation. **Done:** Confirmed that the invalid model reference in utils.py version 0.7.5 was resolved and no further patch is needed. @@ -158,6 +162,7 @@ docker compose logs frontend --tail=50 ## Change Log | Date | Requested | Changed | Files | |------|-----------|---------|-------| +| 2026-04-27 | Podcast config fix | Added env vars, created .env.example, committed changes | .env, .env.example | | 2026-04-27 | Podcast generation fix | Remove invalid model 'gpt-5.4-2026-03-05' reference | utils.py, llm_factory.py | | 2026-04-24 | Query engine error fix | Language fix committed, wrong file identified as root cause | commit 282b1c4 | | 2026-04-24 | Query engine error diagnosis | Verified metadata handling, identified wrong document source | (commits pushed, no file changes specified) | diff --git a/99 Daily/2026-04-27.md b/99 Daily/2026-04-27.md index f8a3ac9..4474b89 100644 --- a/99 Daily/2026-04-27.md +++ b/99 Daily/2026-04-27.md @@ -248,3 +248,6 @@ tags: [daily] - 16:09 (9min) | `aimpress` - **Asked:** Set up ntfy notification service on homelab | Generated passwords, created users, and configured permissions | ntfy config files, user credentials - **Done:** — +- 16:12 | `sandbox-notebookllamalm-nextjs` + - **Asked:** Asked | Requested fix for podcast generation failure with invalid OpenAI model configuration + - **Done:** Done | Added environment variables to `.env` and created `.env.example` file, then committed and pushed changes