[PR #62] [CLOSED] Remove maxLength in chat input box to allow larger prompts #3188

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

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/62
Author: @preeteshjain
Created: 6/15/2023
Status: Closed

Base: masterHead: preeteshjain-patch-1


📝 Commits (1)

  • c1f5f13 fix: remove maxlength to allow larger prompts

📊 Changes

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

View changed files

📝 frontend/src/components/WorkspaceChat/ChatContainer/PromptInput/index.jsx (+0 -1)

📄 Description

Can't send larger messages because of this artificial limit.

ChatGPT also doesn't have any upper limit to what we can send as message.


🔄 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/62 **Author:** [@preeteshjain](https://github.com/preeteshjain) **Created:** 6/15/2023 **Status:** ❌ Closed **Base:** `master` ← **Head:** `preeteshjain-patch-1` --- ### 📝 Commits (1) - [`c1f5f13`](https://github.com/Mintplex-Labs/anything-llm/commit/c1f5f13077107507fecae4e558fe485b46072c30) fix: remove maxlength to allow larger prompts ### 📊 Changes **1 file changed** (+0 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `frontend/src/components/WorkspaceChat/ChatContainer/PromptInput/index.jsx` (+0 -1) </details> ### 📄 Description Can't send larger messages because of this artificial limit. ChatGPT also doesn't have any upper limit to what we can send as message. --- <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:14 -05:00
yindo closed this issue 2026-02-22 18:33:14 -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#3188