[PR #1119] [MERGED] model specific summarization #3592

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

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/1119
Author: @timothycarambat
Created: 4/17/2024
Status: Merged
Merged: 4/17/2024
Merged by: @timothycarambat

Base: masterHead: doc-summary-per-model-agent


📝 Commits (3)

  • 53548a5 model specific summarization
  • 331efdd update guard functions
  • d08e8ed patch model picker and key inputs

📊 Changes

7 files changed (+80 additions, -10 deletions)

View changed files

📝 frontend/src/pages/WorkspaceSettings/AgentConfig/AgentModelSelection/index.jsx (+1 -1)
📝 server/utils/agents/aibitat/index.js (+2 -0)
📝 server/utils/agents/aibitat/plugins/summarize.js (+15 -1)
📝 server/utils/agents/aibitat/plugins/web-scraping.js (+11 -2)
📝 server/utils/agents/aibitat/providers/ai-provider.js (+34 -0)
📝 server/utils/agents/aibitat/providers/anthropic.js (+2 -1)
📝 server/utils/agents/aibitat/utils/summarize.js (+15 -5)

📄 Description

Implement model-specific summarization capabilities so Anthropic and others can easily be added in the future.


🔄 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/1119 **Author:** [@timothycarambat](https://github.com/timothycarambat) **Created:** 4/17/2024 **Status:** ✅ Merged **Merged:** 4/17/2024 **Merged by:** [@timothycarambat](https://github.com/timothycarambat) **Base:** `master` ← **Head:** `doc-summary-per-model-agent` --- ### 📝 Commits (3) - [`53548a5`](https://github.com/Mintplex-Labs/anything-llm/commit/53548a5ab40e9a2e0cff5e69be4e326b4948767e) model specific summarization - [`331efdd`](https://github.com/Mintplex-Labs/anything-llm/commit/331efdde70cc4f264f971c48356d22d2bbe8dfb8) update guard functions - [`d08e8ed`](https://github.com/Mintplex-Labs/anything-llm/commit/d08e8ed3370f6d8ab733f9f1b681b5963ff33cda) patch model picker and key inputs ### 📊 Changes **7 files changed** (+80 additions, -10 deletions) <details> <summary>View changed files</summary> 📝 `frontend/src/pages/WorkspaceSettings/AgentConfig/AgentModelSelection/index.jsx` (+1 -1) 📝 `server/utils/agents/aibitat/index.js` (+2 -0) 📝 `server/utils/agents/aibitat/plugins/summarize.js` (+15 -1) 📝 `server/utils/agents/aibitat/plugins/web-scraping.js` (+11 -2) 📝 `server/utils/agents/aibitat/providers/ai-provider.js` (+34 -0) 📝 `server/utils/agents/aibitat/providers/anthropic.js` (+2 -1) 📝 `server/utils/agents/aibitat/utils/summarize.js` (+15 -5) </details> ### 📄 Description Implement model-specific summarization capabilities so Anthropic and others can easily be added in the future. --- <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:06 -05:00
yindo closed this issue 2026-02-22 18:34:06 -05:00
yindo changed title from [PR #1119] model specific summarization to [PR #1119] [MERGED] model specific summarization 2026-06-05 15:14:13 -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#3592