[PR #2058] [MERGED] patch piper for desktop #3871

Closed
opened 2026-02-22 18:34:40 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/2058
Author: @timothycarambat
Created: 8/6/2024
Status: Merged
Merged: 8/7/2024
Merged by: @timothycarambat

Base: desktopHead: desktop-piper-patch


📝 Commits (10+)

  • d9b43da patch piper for desktop
  • 3193e46 merge with desktop
  • 2226d36 Merge branch 'desktop' into desktop-piper-patch
  • 7f00770 Merge branch 'desktop' into desktop-piper-patch
  • 5d6fe49 bump package and uncheck vite config change
  • 01b3016 Merge branch 'desktop-piper-patch' of github.com:Mintplex-Labs/anything-llm into desktop-piper-patch
  • d9fea87 merge in desktop
  • 52c9ef8 Download wasms on the fly instead of pre-packing
  • c9e1926 fix validation issue
  • 0813d18 Merge branch 'master' of github.com:Mintplex-Labs/anything-llm

📊 Changes

10 files changed (+141 additions, -12 deletions)

View changed files

📝 frontend/package.json (+1 -1)
📝 frontend/src/components/TextToSpeech/PiperTTSOptions/index.jsx (+1 -0)
📝 frontend/src/components/WorkspaceChat/ChatContainer/ChatHistory/HistoricalMessage/Actions/TTSButton/piperTTS.jsx (+1 -0)
📝 frontend/src/utils/piperTTS/index.js (+2 -4)
📝 frontend/vite.config.js (+0 -5)
📝 server/endpoints/api/embed/index.js (+11 -0)
📝 server/index.js (+2 -0)
📝 server/swagger/openapi.json (+49 -2)
server/utils/piper/index.js (+14 -0)
server/utils/piper/piperFileExists.js (+60 -0)

📄 Description

ref #2052


🔄 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/2058 **Author:** [@timothycarambat](https://github.com/timothycarambat) **Created:** 8/6/2024 **Status:** ✅ Merged **Merged:** 8/7/2024 **Merged by:** [@timothycarambat](https://github.com/timothycarambat) **Base:** `desktop` ← **Head:** `desktop-piper-patch` --- ### 📝 Commits (10+) - [`d9b43da`](https://github.com/Mintplex-Labs/anything-llm/commit/d9b43daad0f93924730c97d662b4616c862506e0) patch piper for desktop - [`3193e46`](https://github.com/Mintplex-Labs/anything-llm/commit/3193e46e0da83039c7bcae8af2415382762e690e) merge with desktop - [`2226d36`](https://github.com/Mintplex-Labs/anything-llm/commit/2226d36fbc450d850df8a7eea0bd63e36e629aba) Merge branch 'desktop' into desktop-piper-patch - [`7f00770`](https://github.com/Mintplex-Labs/anything-llm/commit/7f007709cb44b11c5d90d993750bbbad396ce45b) Merge branch 'desktop' into desktop-piper-patch - [`5d6fe49`](https://github.com/Mintplex-Labs/anything-llm/commit/5d6fe49dc2ae5ccc9a2776bb9c731a7c814df8f5) bump package and uncheck vite config change - [`01b3016`](https://github.com/Mintplex-Labs/anything-llm/commit/01b30168e642677bc55f5caede21700af583602f) Merge branch 'desktop-piper-patch' of github.com:Mintplex-Labs/anything-llm into desktop-piper-patch - [`d9fea87`](https://github.com/Mintplex-Labs/anything-llm/commit/d9fea876574a126496d36319f21d26823cbc133e) merge in desktop - [`52c9ef8`](https://github.com/Mintplex-Labs/anything-llm/commit/52c9ef84404569f98305923b896f646f87a69fd2) Download wasms on the fly instead of pre-packing - [`c9e1926`](https://github.com/Mintplex-Labs/anything-llm/commit/c9e19264eb6608edc61e3677ff771527aecf6b54) fix validation issue - [`0813d18`](https://github.com/Mintplex-Labs/anything-llm/commit/0813d1873926bcbc58514a7b8253cd64393d5d12) Merge branch 'master' of github.com:Mintplex-Labs/anything-llm ### 📊 Changes **10 files changed** (+141 additions, -12 deletions) <details> <summary>View changed files</summary> 📝 `frontend/package.json` (+1 -1) 📝 `frontend/src/components/TextToSpeech/PiperTTSOptions/index.jsx` (+1 -0) 📝 `frontend/src/components/WorkspaceChat/ChatContainer/ChatHistory/HistoricalMessage/Actions/TTSButton/piperTTS.jsx` (+1 -0) 📝 `frontend/src/utils/piperTTS/index.js` (+2 -4) 📝 `frontend/vite.config.js` (+0 -5) 📝 `server/endpoints/api/embed/index.js` (+11 -0) 📝 `server/index.js` (+2 -0) 📝 `server/swagger/openapi.json` (+49 -2) ➕ `server/utils/piper/index.js` (+14 -0) ➕ `server/utils/piper/piperFileExists.js` (+60 -0) </details> ### 📄 Description ref #2052 --- <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-02-22 18:34:40 -05:00
yindo closed this issue 2026-02-22 18:34:40 -05:00
yindo changed title from [PR #2058] patch piper for desktop to [PR #2058] [MERGED] patch piper for desktop 2026-06-05 15:15:40 -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#3871