[PR #37] [MERGED] feat: Summarizer FastAPI tool #7

Closed
opened 2026-02-15 20:17:03 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/openapi-servers/pull/37
Author: @x-isopod-x
Created: 4/20/2025
Status: Merged
Merged: 4/28/2025
Merged by: @tjbck

Base: mainHead: dev/isopod/summarizer


📝 Commits (1)

📊 Changes

8 files changed (+189 additions, -0 deletions)

View changed files

servers/summarizer-tool/README.md (+37 -0)
servers/summarizer-tool/__init__.py (+0 -0)
servers/summarizer-tool/docker-compose.yml (+22 -0)
servers/summarizer-tool/main.py (+28 -0)
servers/summarizer-tool/requirements.txt (+38 -0)
servers/summarizer-tool/summarizers/__init__.py (+0 -0)
servers/summarizer-tool/summarizers/base.py (+7 -0)
servers/summarizer-tool/summarizers/text_summarizer.py (+57 -0)

📄 Description

No description provided


🔄 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/open-webui/openapi-servers/pull/37 **Author:** [@x-isopod-x](https://github.com/x-isopod-x) **Created:** 4/20/2025 **Status:** ✅ Merged **Merged:** 4/28/2025 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `main` ← **Head:** `dev/isopod/summarizer` --- ### 📝 Commits (1) - [`e597b24`](https://github.com/open-webui/openapi-servers/commit/e597b248dad808e7163c6dc291a12fd421294e62) Summarizer FastAPI tool ### 📊 Changes **8 files changed** (+189 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `servers/summarizer-tool/README.md` (+37 -0) ➕ `servers/summarizer-tool/__init__.py` (+0 -0) ➕ `servers/summarizer-tool/docker-compose.yml` (+22 -0) ➕ `servers/summarizer-tool/main.py` (+28 -0) ➕ `servers/summarizer-tool/requirements.txt` (+38 -0) ➕ `servers/summarizer-tool/summarizers/__init__.py` (+0 -0) ➕ `servers/summarizer-tool/summarizers/base.py` (+7 -0) ➕ `servers/summarizer-tool/summarizers/text_summarizer.py` (+57 -0) </details> ### 📄 Description _No description provided_ --- <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-15 20:17:03 -05:00
yindo closed this issue 2026-02-15 20:17:04 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: open-webui/openapi-servers#7