Skip to content

2.91.2

Pre-release
Pre-release

Choose a tag to compare

@ttlequals0 ttlequals0 released this 26 Aug 23:52
ff7fc7c

Fixed

  • API keys saved after the container starts now take effect without a restart. AdDetector and ChaptersGenerator are built once at import, so a worker that booted before a key was configured cached None and kept skipping ad detection and chapter generation. Both now resolve the key through a property on each access, matching how the LLM client already reads through. An explicit key passed to the constructor still wins. Reported and fixed by Bryan Leboff (#686).