[PR #5275] [MERGED] feat: add missing Lemonade LLM provider env vars to .env.example #5384

Closed
opened 2026-06-05 15:21:11 -04:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/5275
Author: @angelplusultra
Created: 3/26/2026
Status: Merged
Merged: 3/27/2026
Merged by: @timothycarambat

Base: masterHead: 5274-missing-llm-provider-lemonade-environment-variable-templates-in-serverenvexample


📝 Commits (1)

  • c8ebc2e add llm provider lemonade env vars to .env.example

📊 Changes

1 file changed (+5 additions, -0 deletions)

View changed files

📝 server/.env.example (+5 -0)

📄 Description

Pull Request Type

  • feat (New feature)
  • 🐛 fix (Bug fix)
  • ♻️ refactor (Code refactoring without changing behavior)
  • 💄 style (UI style changes)
  • 🔨 chore (Build, CI, maintenance)
  • 📝 docs (Documentation updates)

Relevant Issues

resolves #5274

Description

Adds missing LLM_PROVIDER='lemonade' environment variable templates to server/.env.example. Only the embedding engine section was documented in the example env file.

Visuals (if applicable)

N/A

Additional Information

N/A

Developer Validations

  • I ran yarn lint from the root of the repo & committed changes
  • Relevant documentation has been updated (if applicable)
  • I have tested my code functionality
  • Docker build succeeds locally

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/Mintplex-Labs/anything-llm/pull/5275 **Author:** [@angelplusultra](https://github.com/angelplusultra) **Created:** 3/26/2026 **Status:** ✅ Merged **Merged:** 3/27/2026 **Merged by:** [@timothycarambat](https://github.com/timothycarambat) **Base:** `master` ← **Head:** `5274-missing-llm-provider-lemonade-environment-variable-templates-in-serverenvexample` --- ### 📝 Commits (1) - [`c8ebc2e`](https://github.com/Mintplex-Labs/anything-llm/commit/c8ebc2e57c5445ed6125af2faf975ea08563d2bb) add llm provider lemonade env vars to .env.example ### 📊 Changes **1 file changed** (+5 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `server/.env.example` (+5 -0) </details> ### 📄 Description ### Pull Request Type - [x] ✨ feat (New feature) - [ ] 🐛 fix (Bug fix) - [ ] ♻️ refactor (Code refactoring without changing behavior) - [ ] 💄 style (UI style changes) - [ ] 🔨 chore (Build, CI, maintenance) - [ ] 📝 docs (Documentation updates) ### Relevant Issues resolves #5274 ### Description Adds missing `LLM_PROVIDER='lemonade'` environment variable templates to `server/.env.example`. Only the embedding engine section was documented in the example env file. ### Visuals (if applicable) N/A ### Additional Information N/A ### Developer Validations - [x] I ran `yarn lint` from the root of the repo & committed changes - [x] Relevant documentation has been updated (if applicable) - [x] I have tested my code functionality - [x] Docker build succeeds locally --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-06-05 15:21:11 -04:00
yindo closed this issue 2026-06-05 15:21:11 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Mintplex-Labs/anything-llm#5384