Merge remote-tracking branch 'forgejo/master' into wizard/breakglass-redesign
All checks were successful
ci/woodpecker/push/default Pipeline was successful
ci/woodpecker/push/build-cli Pipeline was successful

This commit is contained in:
Viktor Barzin 2026-06-11 18:23:40 +00:00
commit 318ce9b909
2 changed files with 12 additions and 0 deletions

View file

@ -1170,3 +1170,7 @@ resource "kubectl_manifest" "mutate_strip_cpu_limits" {
}
})
}
# Apply re-trigger 2026-06-11: 87702bdc landed with [ci skip], so this stack was
# never CI-applied; tripit#26 (tour-guide redo) needs the tts GPU-priority
# exclusion live before the tts stack applies. No functional change in this commit.

View file

@ -79,6 +79,14 @@ locals {
TTS_MODE = "openai_compatible"
TTS_BASE_URL = "http://chatterbox-tts.tts.svc.cluster.local:8000"
TTS_MODEL = "chatterbox"
# Tour-guide content pipeline (tripit#24/#25): these three default to `fake`
# in tripit's config, which is what shipped dark on 2026-06-08 prod only
# ever showed the placeholder "Sight 1". Real providers: Wikipedia GeoSearch
# discovery, the five web story sources, and the claude-agent-service script
# writer (CLAUDE_AGENT_TOKEN already in tripit-secrets).
SIGHT_DISCOVERY_PROVIDER = "wikipedia"
STORY_SOURCE_MODE = "web"
SCRIPT_WRITER_MODE = "chat"
}
}