You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Response ceilings are per-model now (maxTokens in the lemonade-pi-plugin
model catalog — companion plugin commit b396890). The ratio env was dead
in the plugin (read as DEFAULT_MAX_TOKENS_CONTEXT_RATIO, never set) and is
removed end-to-end:
- lpb.conf.env / .env.example: variable + example block removed
(.env local file updated separately)
- start.sh: bridge name, bare fallback, debug line removed
- lpb.py: container env export removed
- build.py: REQUIRED_CONF_VARS emptied, build-arg removed
- tests: sample conf content updated
- doc/fork-improvements.md: Configuration section rewritten
Containers built before this change keep the baked env var until rebuild
— harmless, nothing reads it anymore.
0 commit comments