SolutionsAI420/AI-Note-Summarizer-Web-App

Bug - Summarizer fails on very long text inputs

开放

#8 创建于 2025年10月13日

 (0 条评论) (0 个反应) (0 位负责人)Python (5 个派生)auto 404
bugenhancementgood first issue

仓库指标

星标
 (0 个星标)
PR 合并指标
 (30 天内没有已合并 PR)

描述

When a user pastes a very long text document (e.g., >10,000 words), the summarization process either hangs indefinitely or crashes with a timeout error. The UI does not provide any feedback to the user about the input limit or the error. Implement input validation to check the character/word count before sending the request to the backend.

贡献者指南