[PR #151] [CLOSED] Related to Issue #122, Implemented custom prompt in workspace settings. #3220

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

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/151
Author: @franzbischoff
Created: 7/19/2023
Status: Closed

Base: masterHead: features/prompt


📝 Commits (1)

  • 3311e39 Related to Issue #122, Implemented custom prompt in workspace settings.

📊 Changes

6 files changed (+79 additions, -39 deletions)

View changed files

📝 frontend/.eslintrc.cjs (+17 -12)
📝 frontend/src/components/Modals/MangeWorkspace/Settings/index.jsx (+27 -0)
📝 server/models/workspace.js (+9 -2)
📝 server/utils/vectorDbProviders/chroma/index.js (+6 -6)
📝 server/utils/vectorDbProviders/lance/index.js (+11 -11)
📝 server/utils/vectorDbProviders/pinecone/index.js (+9 -8)

📄 Description

Print:
image


🔄 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/151 **Author:** [@franzbischoff](https://github.com/franzbischoff) **Created:** 7/19/2023 **Status:** ❌ Closed **Base:** `master` ← **Head:** `features/prompt` --- ### 📝 Commits (1) - [`3311e39`](https://github.com/Mintplex-Labs/anything-llm/commit/3311e3970d339db02932bfe239d11b0f75bd57f5) Related to Issue #122, Implemented custom prompt in workspace settings. ### 📊 Changes **6 files changed** (+79 additions, -39 deletions) <details> <summary>View changed files</summary> 📝 `frontend/.eslintrc.cjs` (+17 -12) 📝 `frontend/src/components/Modals/MangeWorkspace/Settings/index.jsx` (+27 -0) 📝 `server/models/workspace.js` (+9 -2) 📝 `server/utils/vectorDbProviders/chroma/index.js` (+6 -6) 📝 `server/utils/vectorDbProviders/lance/index.js` (+11 -11) 📝 `server/utils/vectorDbProviders/pinecone/index.js` (+9 -8) </details> ### 📄 Description Print: ![image](https://github.com/Mintplex-Labs/anything-llm/assets/984592/dea6dfd3-4e29-4b08-b902-2b0be4b3433f) --- <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:33:18 -05:00
yindo closed this issue 2026-02-22 18:33:18 -05: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#3220