docs(env): document Giphy GIF picker vars in env templates (LC-508) #475
Loading…
Reference in a new issue
No description provided.
Delete branch "docs/LC-508-giphy-env-template"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
LC-505/LC-488 shipped the Giphy GIF picker (
LETS_CHAT_GIPHY_API_KEY/LETS_CHAT_GIPHY_RATING) but never added placeholder lines to the committed env templates, so a new operator could not discover the feature from the template alone.Adds a commented Giphy block (matching the existing STT/LLM optional-feature style) to both
.env.standaloneand.env.saas:LETS_CHAT_GIPHY_API_KEY(unset = GIF button hidden)LETS_CHAT_GIPHY_RATING(g / pg / pg-13 / r, default pg-13)Doc-only: all lines are commented placeholders, no real values, no code change.