From 62eafa7574fe5bcd9855b5a2d5da231b78e85578 Mon Sep 17 00:00:00 2001 From: Rene Fichtmueller Date: Sat, 9 May 2026 20:32:47 +0200 Subject: [PATCH] sync: record tip blogllm runtime correction --- sync/CURRENT.md | 6 ++++++ .../2026-05-09-fo-blogllm-runpod-adoption-closure.md | 5 +++++ 2 files changed, 11 insertions(+) diff --git a/sync/CURRENT.md b/sync/CURRENT.md index 7727210..69e5c28 100644 --- a/sync/CURRENT.md +++ b/sync/CURRENT.md @@ -100,6 +100,12 @@ Updated: 2026-05-09 18:16 UTC - `collectedExamples=17322`, `evalExamples=1926`, `totalExamples=19267` - `newSinceLastTraining=0` - `tip_llm` remains healthy with `tip-llm-v1-r1`, `activeRun=null`, `newSinceLastTraining=0` + - TIP runtime correction: + - TIP UI already referenced `fo-blog-v7`, but `/opt/tip/blog-llm-settings.json` still forced `provider=claude-code` + - old adapter bridge port `192.168.178.213:11435` was not reachable + - switched runtime and PM2 env to `BLOG_LLM_PROVIDER=ollama`, `OLLAMA_URL=http://192.168.178.213:11434`, `OLLAMA_LLM_MODEL=fo-blog-v7` + - restarted `tip-api` and `tip-scraper-daemon` + - verified from Erik that `fo-blog-v7` answers through the TIP path with exact `TIP-FO-BLOG-V7-READY` - open: - run the same end-to-end custom-worker/adoption path for `magatamallm` - complete dual-Gitea mirroring as separate infrastructure closure item diff --git a/sync/history/2026-05-09-fo-blogllm-runpod-adoption-closure.md b/sync/history/2026-05-09-fo-blogllm-runpod-adoption-closure.md index 17d27cb..f78f4b4 100644 --- a/sync/history/2026-05-09-fo-blogllm-runpod-adoption-closure.md +++ b/sync/history/2026-05-09-fo-blogllm-runpod-adoption-closure.md @@ -39,6 +39,11 @@ Date: 2026-05-09 18:07 UTC - `modelVersion=tip-llm-v1-r1` - `activeRun=null` - `newSinceLastTraining=0` +- TIP runtime was corrected after adoption: + - `/opt/tip/blog-llm-settings.json` now uses `provider=ollama`, `ollamaModel=fo-blog-v7` + - PM2 process env now uses `OLLAMA_URL=http://192.168.178.213:11434` + - PM2 process env now uses `BLOG_LLM_PROVIDER=ollama` + - Erik-to-Mac smoke against `fo-blog-v7` returned exact `TIP-FO-BLOG-V7-READY` ## Decisions